A:ACTIVE, A:LINK, A:VISITED {
	color : Blue;
	text-decoration : none;
}
A:HOVER {
	color : Red;
}
.text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.heading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
.subheading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #0000A2;
}
