BODY, TD {
	font-family : Arial ;
	font-size : 9pt;
	font-style : normal;
	color : Black;
}
A {
	text-decoration: none;
	color: blue;
}
A:Hover {
	text-decoration: none;
	color: red;
}
.big {
	font-size : 18pt;
}
.title {
	color : #000000;
	font-size : 10pt;
	font-weight : bold;
}
.subtitle {
	color : #999999;
	font-size : 8pt;
}