.Links 
{  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    color: #FFFFFF; 
    background-color: #3366CC; 
    font-weight: bold; 
    border-color: #666699 black black; 
    text-align: center; 
    border-width='1mm'; 
    border: thin outset; 
    padding-top: 5px; 
    padding-bottom: 8px
}
a.menu:link 
{
    color: #FFFFFF; 
    text-decoration: underline; 
}
a.menu:visited
{
    color: #FFFFFF; 
    text-decoration: underline;
}
a.menu:hover
{
    color: #000033; 
    text-decoration: underline;
}
a.menu:active
{
    color: #FFFFFF;
    text-decoration: underline
}
a.menu2:link
{
    color: #FFFFFF; 
    text-decoration: underline; 
    font-size: xx-small;
}
a.menu2:visited
{
    color: #FFFFFF; 
    text-decoration: underline; 
    font-size: xx-small;
}
a.menu2:hover
{
    color: #000033;
    text-decoration: underline;
    font-size: xx-small;
}
a.menu2:active
{
    color: #FFFFFF; 
    text-decoration: underline; 
    font-size: xx-small;
}

.LeftNavColumn
{
    background-color: #3366CC;
}
.Center_Body
{
    border-color: #6699CC #6699CC #FFFFFF; 
    border: ridge; border-width: medium thin;
}
.Title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    color: #BD2810;
}
.WebsiteLinks
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    font-weight: bolder;
    font-variant: small-caps;
}
.SubTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    font-variant: normal;
    color: #BD2810;
}
.BodyContentBackground
{
    background-color: #FFFFFF;
    border: #BD2810;
    border-style: solid;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
}
 
 .TableRowLight
 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #EFE35A;
 }

 .TableRowDark
 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #BD2810;
 }
 .TableHeader
 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    text-decoration: underline;
 }

 .SmallText
 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
 }
 .SmallTextBold
 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
 }
 .XSmallText
 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
 }
 .XSmallTextBold
 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
 }
 .MediumText
 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
 }
 .MediumTextBold
 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
 }

 .PrimaryStat
 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #3366CC;
 }
