body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
	color: #999999;
	background-image: url(images/bottom.png);
	background-repeat:repeat-x;
	background-position: bottom;
	margin: 0px;	
}

.contentbox {
	width: 980px;
	height: 100%;
	color: #333333;
	font-weight: bold;
}

.fathighlight {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.footer {
	width: 100%;
	height: 40px;
	color: White;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	background-color: #660000;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.footer a:link, .footer a:visited {
	color: White;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer a:hover {
	color: #330000;
	font-size: 10px;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #660000;
}