body {
	background: url(../images/splash_bodyBg.jpg) no-repeat;
}
/* Div classes */
.topDiv {
	height: 200px;
	padding-left: 235px;
	float: left;
}
.highlightDiv {
	width: 190px;
	margin-top: 20px;
	float: left;
}
.containerDiv {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	float: left;
}
/* Table classes */
.highlightRedCell {
	color: #fff;
	font-weight: bold;
	background: url(../images/highlightRedBg.gif) no-repeat;
	width: 170px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.highlightBlueCell {
	color: #fff;
	font-weight: bold;
	background: url(../images/highlightBlueBg.gif) no-repeat;
	width: 170px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.highlightCell {
	color: #c03;
	width: 170px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.imageCell {
	font-weight: bold;
	color: #99c;
	width: 170px;
}

