body 
{
	font-family: arial;
	font-size: 10pt;
	background-color: #009900;
	margin: 0px;
}

a 
{
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin-left: 2px;
}

A:visited
{
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin-left: 2px;
}

a:hover
{
	color: White;
	font-size: 10pt;
	font-weight: bolder;
	text-decoration: none;
	margin-left: 5px;
}


TD 
{
	vertical-align: middle;
	font-family: arial;
	font-size: 10pt;
}

.clsTDLine
{
	height: 2px;
	background-color: black;
}

.clsShadow
{
	border-left: Green thin solid;
	border-bottom: Green thin solid;
}