﻿/*Page visible width 976 */
/* Color key
 sypris-red = #522222
 sypris-blue = #003366
 sypris-gray = #bebebe
 sypris-silver = #edeef2
 light-gray = #edeef2
 dark-gray = #7e7e7e
 dim-gray = #696969
  */

/* <global> */
*
{
    padding: 0;
    margin: 0;
}


* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, th
{
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
label 
{
margin:3px;
}
/* Hides from IE5-mac \*/
* html .buggybox
{
    height: 1%;
}

* html .threepxfix
{
    margin-left: -3px;
}
/* End hide from IE5-mac */

/* </global> */

/* <Elements> */
body
{
    font-family: Verdana;
    font-size: 10px;
    background-image: url(images/bg_fade.jpg);
    background-repeat: repeat-x;
    margin: 0pt;
    padding: 0pt;
}

a
{
    color: #003366;
}
a:hover
{
    color: #b22222;
}

b
{
    font-size: 110%;
}

p
{
    margin: 12px 0px 5px 0px;
}
em
{
    font-style: italic;
}

h1
{
    color: #b22222;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    /*text-decoration: underline;*/
}
h2
{
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana;
    color: Black;
}
h3
{
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana;
    color: White;
    margin: 5px 5px 5px 5px;
}
h4
{
    color: #003366;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    margin: 15px 0 0 0;
}
h5
{
    color: white;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
}
h6
{
    color: #003366;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
}
h10
{
    background-color: #fffacd;
    border-bottom: gray 1px dotted;
}
strong
{
    font-weight: bold;
    font-family: Verdana;
}

ul
{
    padding-left: 20px;
}

ol
{ padding-left:25px;
}

/*img 
{
    border:0;
}
/* </Elements> */