/* Font Styles */
.bodytext {
font-family: arial, helvetica, san-serif;
font-size: 12px;
color: #000000;
}

h1
{
color: #000066;
font-size: 16px;
font-weight: bold;
}

h2
{
color: #990000;
font-size: 20px;
font-weight: bold;
}

.bigboldred
{
color: #990000;
font-size: 14px;
font-weight: bold;
}

a {
color: #00007A;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #FF0000;
text-decoration: none;
font-weight: bold;
}

.toplink {
color: #FFFFFF;
font-family: arial, helvetica, san-serif;
font-size: 12px;
text-decoration: underline;
font-weight: bold;
}

.toplink:hover {
color: #fbe761;
text-decoration: none;
font-weight: bold;
}

/* Format Styles */
hr {
size: 1px;
color: #CCCCCC;
background-color: #CCCCCC;
font-size: 1px;
}