﻿body, .textBox, .dropDownList, .loginTextBox
{
    font-family:Arial;
    font-size:11px;
    font-weight:normal;
    color:#999999;
    
}

.red
{
    color:Red;
}

.highlight
{
    color:#0f5aa0;
}

h1
{
    font-size:16px;
    font-weight:normal;
    color:#FFFFFF;
    margin-top:0px;
    margin-left:-10px;
    text-indent:10px;
    background-image:url(/images/H1BG.gif);
    background-repeat:repeat-y;
    padding-top:15px;
    padding-bottom:15px;
}

h2
{
    font-family:Arial;
	font-size:14px;
	font-weight: normal;
	color:#124b82;
	margin-top:20px;
	margin-bottom:15px;
	border-bottom:1px dotted #a6a5a5;
	padding-bottom:3px;
}

a, a:visited
{
    font-family:Arial;
    font-size:11px;
    text-decoration:none;
}

a:hover
{
    color:#0f5aa0;
}

.headerNav a, .headerNav a:visited, .footer a, .footer a:visited, .footer
{
    font-family:Arial;
    font-size:9px;
    color:#666666;
    text-decoration:none;
}


