body
{
    background-color: #ccffcc;
}
.black-normal
{
	font-size: 8pt;
	font-family: Verdana;
}
.grey-bold
{
	font-weight: bold;
	font-size: 8pt;
	color: dimgray;
	font-family: Verdana;
}
.heading
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	background-color: lightgrey;
}
A
{
	font-size: 8pt;
	color: blue;
	font-family: Verdana;
}
A:active
{
	font-size: 8pt;
	color: blue;
	font-family: Verdana;
}
A:VISITED 
{
	font-size: 8pt;
	color: blue;
	font-family: Verdana;	
}

A:HOVER 
{
	font-size: 8pt;
	color: gray;
	font-family: Verdana;	
}

.grid-header
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
.grid-text
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
.black-bold
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
}

