body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}
.link {
	font-family: Arial;
	font-size: 14px;
	color: #003366;
	padding-left: 5px;
}
.link:hover {
	color: #99CC00;
}
#tableheader {
	font-weight: bold;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
.RedBoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F00;
}
/* Styles for important numbers table rows */
#numbers td {
	font-size: 13px;
	font-weight: bold;
	background-color: #fff;
}

#numbers th {
	color: #800000;
	font-size: 16px;
	text-align: center;
	background-color: #FF0
}