BODY.menu
{
	margin: 0px;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 10pt;
}

BODY.content
{
	margin: 5px;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 10pt;
}

TD
{
	font-family: Helvetica;
	font-size: 10pt;
}

DIV.menu
{
	position: absolute;
	visibility: hidden;
	width: 150px;
	background-color: #333333;
	border-left: #666666 double;
	border-bottom: #666666 double;
	border-right: #666666 double;
}

P.frontpageInfo
{
	text-decoration: none;
	font-size: 10pt;
	font-weight: 600;
	color: #FFFFFF;
}

TR.tableHead
{
	background-color: #555555;
}

A:link
{
	color: #cacca3;
	text-decoration: none;
	font-size: 10pt;
	font-weight: 600;
}
A:visited
{
	color: #cacca3;
	text-decoration: none;
	font-size: 10pt;
	font-weight: 600
	
}
A:hover
{
	color: #FF6400;
	text-decoration: none;
	font-size: 10pt;
	font-weight: 600;
}

