td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #800000;
}

a:link { 
	color: #333333;
	}
a:visited { 
	color: #333333;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
table.fact
{
border-style: solid;
border-color: #CCCCCC;
border-width: 1px;
}

a.menulinks{font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 12px;color: #A00000;text-decoration: none}
a.menulinks:visited{font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 12px;color: #A00000;text-decoration: none}
a.menulinks:hover{font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 12px;color: #000000;text-decoration: none;background-color: #FFFFFF;}

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: ;
}