/* CSS Document */
.contentarea {
	background: url(/images/black_bg.jpg) no-repeat;
}
.contentarea td {
	font:0.85em Arial, Helvetica, sans-serif;
	color: #CCC;
}
.pagetitle {
	color: #F4F4F4;
}
.sectiontitle {
	color: #CCC;
}
.sectiontitle:hover {
	color: #666;
}
.sectionbody {
	color: #E9E9E9;
	line-height: 1em;
}

