A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000099;
	font-weight : normal;
	text-decoration : underline;
}

A.bold:ACTIVE, A.bold:FOCUS, A.bold:LINK, A.bold:VISITED {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}
A.bold:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000099;
	font-weight : bold;
	text-decoration : underline;
}
