BODY, TR,TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #5e5e5e;
}

A {
	text-decoration: none;
	color: #e07025;
	font-weight : bold;
}

A:Hover {
	text-decoration: underline;
	color: #6A0000;
	font-weight : bold;
}

A.button {
	text-decoration: none;
	color: #171766;
	font-weight : bold;
}

A.button:Hover {
	text-decoration: underline;
	color: #CC9900;
	font-weight : bold;
}

A.menu {
	text-decoration: none;
	color: #ffffff;
	font-size : 10pt;
	font-weight: none;
}

A.menu:Hover {
	text-decoration: none;
	color: #ffff00;
	font-size : 10pt;
	font-weight: none;
}

