﻿body 
{
    font-family: verdana, arial; 
    font-size: 12px; 
    font-weight: normal; 
    color: #000000 
}

/* homepage navigation */
.homenav
{
    font-weight: bold;
    font-size: 12pt;
    font-family: Verdana, Arial
}

a.homenav:link
{
    color: #000000;
    text-decoration: none    
}

a.homenav:visited
{
    color: #000000;
    text-decoration: none
}

a.homenav:hover
{
    color: red
}

/* sub navigation */
.subnav
{
    font-weight: normal;
    font-size: 10pt;
    font-family: Verdana, Arial
}

a.subnav:link
{
    font-weight: bold;
    color: #545454;
    text-decoration: none    
}

a.subnav:visited
{
    font-weight: bold;
    color: #545454;
    text-decoration: none
}

a.subnav:hover
{
    font-weight: bold;
    color: #236B8E;
    text-decoration: none
}

/* body text */
.bodytext
{
    font-weight: normal;
    font-size: 10pt;
    font-family: Verdana, Arial
}

a.bodytext:link
{
    font-weight: bold;
    color: #236B8E;
    text-decoration: none    
}

a.bodytext:visited
{
    font-weight: bold;
    color: #236B8E;
    text-decoration: none
}

a.bodytext:hover
{
    font-weight: bold;
    color: #545454;
    text-decoration: none
}