BODY, TR,TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #404040;
}

A {
	text-decoration: none;
	color: #AD0000;
	font-weight : bold;
}

A:Hover {
	text-decoration: underline;
	color: #AF403C;
	font-weight : bold;
}

A.button {
	text-decoration: none;
	color: #000066;
	font-weight : bold;
}

A.button:Hover {
	text-decoration: underline;
	color: #cc99ff;
	font-weight : bold;
}

A.menu {
	text-decoration: none;
	
	color: #ffffff;
	font-size : 9pt;
	font-weight: none;
}

A.menu:Hover {
	text-decoration: none;
	color: #ffffcc;
	font-size : 9pt;
	font-weight: none;
}

