td, body
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
	line-height:150%;
}

a:link
{
	color: #000000; 
	TEXT-DECORATION: none;
}

a:visited
{
	COLOR: #000000; 
	TEXT-DECORATION: none;
}

a:active
{
	color: green;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

.textfontsize7 
{
	font-size: 9px;
	line-height: 150%;
}