BODY {
	color : Black;
	background-color : White;
	font-family : Arial, Verdana, sans-serif;
	font-size : 9pt;
}

TABLE,TD,TR,P {
	font-family : Arial, Verdana, sans-serif;
	font-size : 9pt;
}
A {
	color : #0000AF;
	font-weight : bold;
}

A:HOVER {
	color : Blue;
	font-weight : bold;
}

a.bluemenu:link {
	color : #0000AF;
	text-decoration : none;
}

a.bluemenu:visited {
	color : #0000AF;
	text-decoration : none;
}

a.bluemenu:active {
	color : #0000AF;
	text-decoration : none;
}

a.bluemenu:hover {
	color : Blue;
	text-decoration : underline;
}

a.whitelink:link {
	font-weight : normal;
	color : #FFFFFF;
	text-decoration : none;
}

a.whitelink:visited {
	font-weight : normal;
	color : #FFFFFF;
	text-decoration : none;
}

a.whitelink:active {
	font-weight : normal;
	color : #FFFFFF;
	text-decoration : none;
}

a.whitelink:hover {
	font-weight : normal;
	color : Red;
	text-decoration : underline;
}

a.blackmenu:link {
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}

a.blackmenu:visited {
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}

a.blackmenu:active {
	font-weight : normal;
	color : #0000AF;
	text-decoration : none;
}

a.blackmenu:hover {
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
}