body
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Verdana, Helvetica;
	background-color: white;
}

table
{
	font-size: 10pt;
}
th
{
    background-color: #f5f5dc;
    text-align:left;
    font-weight: normal;
}

a
{
    font-size: 10pt;
    color: navy;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: gray;
}

.SmallText
{
    font-weight: normal;
    font-size: 10px;
}

.clsNavTabs
{
	background-color: #eeeeee;
	color:black;
	border-bottom:1px solid #c0c0c0;



}
.clsTab
{
	background-color: #CAA33B;
}

.clsTabSelected
{
	background-color: #eeeeee;
	color:black;
}

.clsTabLinkSelected	{text-decoration:none;color:black;font-weight: normal;}
.clsTabLinkSelected:hover {text-decoration:none;color:black;font-weight: normal;}
a.clsTabLink		{text-decoration:none;color:black;font-weight:normal;}
a.clsTabLink:hover 	{text-decoration:none;color:black;font-weight:normal;}
