body {
	background-color: #fffffe;
	background-image: url(images/primary/bkground.gif);
	margin: 10px 0px 0px;
}
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.textContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
}
.textContent a:link, .textContent a:active, .textContent a:visited {
	color: #990000;
	text-decoration: underline;
}
.textContent a:hover {
	text-decoration: none;
	color: #990000;
}
.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	line-height: 18px;
}
.textFooter a:link, .textFooter a:active, .textFooter a:visited {
	color: #fff;
	text-decoration: underline;
}
.textFooter a:hover {
	text-decoration: none;
	color: #fff;
}
.Numbers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #810901;
}
.TableDarkYellowColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	background-color: #FFCC33;
}
.TableTopHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-transform: uppercase;
	text-align: center;
}
.TableLightYellowColumn {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	background-color: #FFE79D;
}