BODY {
	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
}


TD {
	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	line-height: 150%
}


UL {
	color: black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	line-height :150%;
	list-style : none;
}

A {
	text-decoration : underline;
}

A:link {
	color : black;
	background-color : transparent
}

A:visited {
	color : black;
	background-color : transparent;
}

A:hover {
	color: #CC3333;
	background-color : transparent;
	text-decoration : underline;
}

A:active {
	color : black;
	background-color : #00008B;
}

H1 {
	color : #CC3333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : bold;
	line-height :100%;
} 
