body, p, td, th, a {
	font-family:"Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	font-size: 10pt;
	color:#999999;
	text-decoration: none;
}

a:hover {
	color:#FFFFFF;
}

sup,sub {
	font-weight: bold;
	font-size: 7pt;
}

* {
	background-color:#000000;
}

.whitetitle {
	font-weight: bold;
	font-size: 17pt;
	color:#FFFFFF;
	text-decoration: none;
}

.redtitle {
	font-weight: bold;
	font-size: 17pt;
	color:#FF0000;
	text-decoration: none;
}

.redtitle:hover {
	font-weight: bold;
	font-size: 17pt;
	color:#FF0000;
	text-decoration: none;
}

.greytitle {
	font-weight: bold;
	font-size: 17pt;
	color:#999999;
	text-decoration: none;
}

.big {
	font-weight: bold;
	font-size: 12pt;
}

.small {
	font-weight: normal;
	font-size: 10pt;
}


