.copy
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
}

.copyin
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.copy1
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.bulletheading
{
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.copy2
{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.copy3
{
    color: #603426;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}

.copy4
{
    color: #003876;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}

.foot
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
}

.footin
{
    color: #017ECE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}

.foot1
{
    color: #333300;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: right;
    font-weight: bold;
}

a
{
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
}

a.in
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
}

li.bullet
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}
a.in:hover
{
    color: #FFCC33;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
}

a.inbig
{
    color: #017ECE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}
a.inbig:hover
{
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bolder;
}

.h1
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

td.bgline
{
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #003976;
    border-left-color: #003976;
}

table.line
{
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #E6EBED;
    border-left-color: #E6EBED;
}

td.bglineleft
{
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-left-color: #015890;
}

td.bglinebott
{
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #015890;
    border-left-color: #015890;
}

ul
{
    color: #FFFFFF;
}

ul.txt
{
    color: #000000;
}

body
{
    font-family: arial, helvetica, serif;
    font-size: 11px;
}

#nav, #nav ul
{
    /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav a
{
    display: block; /* width: 1em; */
    word-wrap: nowrap;
}

#nav li
{
    /* all list items */
    float: left; /* width: 1em; /* width needed or else Opera goes nuts */
    list-style: none;
}

#nav li ul
{
    position: absolute;
    background: #666666; /* width: 1em; */
    left: -999em;
    border: 1px solid #474747;
}

#nav li:hover ul, #nav li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
}

#content
{
    clear: left;
    color: #ccc;
}

.inputbox
{
    background-color: #ffffff;
    width: 170px;
    border: 1pt solid #999999;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
}

.textarea
{
    background-color: #ffffff;
    width: 250px;
    border: 1pt solid #999999;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
}

.button
{
    background-color: #CCCCCC;
    height: 20px;
    width: 95px;
    cursor: hand;
    border: 1pt solid #999999;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}

