/*-- Tm10f --*/

/*--- Overall style ---*/
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #555555;
}
a:link {
	color: #b0b0b0;
	text-decoration: underline;
}
a:visited {
	color: #b0b0b0;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #FFf;
	text-decoration: underline;
}
/*-- end --*/

