html a:link {
color: #003366; 
text-decoration: underline; 
}

html a:active {
color: #003366; 
text-decoration: underline;
}

html a:visited {
color: #8b0000; 
text-decoration: underline; 
}

html a:hover {
color: #8b1a1a; 
text-decoration: none; 
}


h3 {
font-size:16px;
font-family: arial, helvetica;
font-weight:bold;
}

h4 {
font-size:14px;
font-family: arial, helvetica;
font-weight:bold;
}

#toptitle h2 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 24px;
font-family: arial, helvetica;
font-weight: bold;
color:#003366;
display:inline;
}

#header {
background: url(../../images/headerline.gif) repeat-x 100% 0%;
height: 20px; /*Height of top section*/
}

#toptitle img {
float:left;
display: inline;
margin-right: 30px;
margin-top:2px;
}

#headertext{
float: right;
font-size: 12px;
font-family: arial, helvetica;
}

#headertext a:link {
color: #003366; 
text-decoration: underline; 
}


html table {
font-family: arial, helvetica;
font-size:13px;
}

html body {
padding:0px;
font-size:12px;
font-family: arial, helvetica;
width:940px;
}

html p {
padding:0px;
font-size:12px;
font-family: arial, helvetica;
line-height: 16px;
}

html table img {
display:inline;
margin-right:7px;
}

</style>
