a
{
	font-weight: bold;
	font-size: 9px;
	color: #663300;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover
{
	font-weight: bold;
	font-size: 9px;
	color: #ffffff;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:link
{
	font-weight: bold;
	font-size: 9px;
	color: #663300;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.hdg_white
{
	font-weight: bold;
	font-size: 9px;
	color: #ffffff; /*white*/
	font-family: Verdana, Arial, Helvetic, sans-serif;
}
.hdg_brown 
{
	font-weight: bold;
	font-size: 9px;
	color: #663300; /*brown*/
	font-family: Verdana, Arial, Helvetic, sans-serif;
}
.std_white 
{
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetic, sans-serif;
}
.stdWhiteTable 
{
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetic, sans-serif;
}
.stdBrownTable 
{
	font-weight: normal;
	font-size: 9px;
	color: #663300;
	font-family: Verdana, Arial, Helvetic, sans-serif;
}
.std_brown 
{
	font-weight: normal;
	font-size: 9px;
	color: #663300;
	font-family: Verdana, Arial, Helvetic, sans-serif;
}
.med_brown 
{
	font-weight: normal;
	font-size: 11px;
	color: #663300;
	font-family: Verdana, Arial, Helvetic, sans-serif;
}
.highlight
{
    color: #CC0000;
    font-weight: bold;
}