body
{
}

.navigationInActive
{
	font-family:Tahoma;
	color:Gray;
	font-size:12px;
	font-weight:bold;
	
}
.navigationActive
{
	/*background-color:#E76D13;*/
	background-color:#0633A9;
	font-family:Tahoma;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	
	
}

.content
{
	font-family:Verdana;
	font-size:11px;
}
.contentWithMargin
{
	font-family:Verdana;
	font-size:11px;
	margin-left:5px;
	margin-right:5px;
}
.contentwhite
{
	font-family:Verdana;
	font-size:11px;
	color:White;
}

.textbox
{
	border-style:solid;
	border-color:Gray;
	border-width:.2mm;
	font-family:Verdana;
	font-size:11px;
	
}
.button
{
	border-style:solid;	
	border-width:.2mm;	
	font-family:Verdana;
	font-size:11px;
}

A.agentLinks
{
	font-family:Verdana;
	font-size:11px;
	color:#000000;	
	text-decoration:none;
	font-weight:bold;
}
A.agentLinks:hover
{
	font-family:Verdana;
	font-size:11px;
	color:#000000;	
	/*color:#708090;	*/
	text-decoration:underline;
}
.linkDescription
{
	font-family:Verdana;
	font-size:11px;
	color:3c3e42;
}

h2
{
    font-family: Verdana, Georgia, Times New Roman;
    border-bottom: solid 2px black;
}
table.Reserves
{
    background-color: LightGrey;
    text-align: left; 
    border: solid 1px black;
}
td.ReserveTitle
{
    font-weight: bold;
}
td.Totals
{
    font-weight: bold;
}
td.ClaimNumber
{
    border-top: none 0px;
    border-left: none 0px;
    border-right: none 0px;
}