BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
A.Title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : Red;
}

a:hover.Title {
	color : Blue;
}

A.TitleBig {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : Red;
}

a:hover.TitleBig {
	color : Blue;
}

A.SubLink {
	color : Red;
	font-weight : bold;
}
a:hover.SubLink {
	color : Blue;
}