TD {
	font-family : Verdana;
	font-size : 9pt;
}
A {
	font-family : Verdana;
	text-decoration: none;
	color: red;
}
A: hover{
	font-family : Verdana;
	color: #007036;
	text-decoration : underline;
}
.small {
	font-family : Verdana;
	font-size : 8pt;
}
.vsmall {
	font-family : Verdana;
	font-size : 7pt;
}
.title {
	font-family : Verdana;
	color : #007036;
	font-size : 9pt;
}
.titlelarge {
	font-family : Verdana;
	color : #007036;
	font-size : 12pt;
	font-weight : bold;
}
.white {
	font-family : Verdana;
	color : white;
	font-size : 10pt;
	font-weight : bold;
}
.whitesmall {
	font-family : Verdana;
	color : white;
	font-size : 8pt;
}