a:link {color: darkblue; text-decoration: none}
a:visited {text-decoration: none}
a:hover {color: blue; FONT-WEIGHT: 600}

a.head:link {color: white;}
a.head:visited {color: white;}


.PageHeader
{
    background-color: navy;
    color: white;
    text-align: center;
    font-family: Arial, 'Times New Roman';
    font-size: 13pt;
    font-weight: 300;
    padding-top: 4px;
	padding-bottom: 4px;
}

.PageHeader a:link
{
    text-decoration: none;
    color: white;
}

.PageHeader a:visited
{
    text-decoration: none;
    color: white;
}

.MainHeader
{
    BACKGROUND-COLOR: #99ff33;
    COLOR: white;
    TEXT-ALIGN: center;
    FONT-FAMILY: Arial, 'Times New Roman';
    FONT-SIZE: 13pt;
    FONT-STYLE: italic;
    FONT-WEIGHT: 600;
}
