body {
	background-color : White;
	background-image : url(Pictures/Background.gif);
	background-repeat : no-repeat;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

.mainTable {
	empty-cells : show;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	vertical-align : top;
	table-layout : fixed;
	width : 880px;
}

.highlightsTitle {
	font-family : Tahoma;
	font-size : 12px;
	color : #003399;
	text-decoration : underline;
}

.highlightsDescript {
	color : #3D3C32;
	font-family : Tahoma;
	font-size : 10px;
}

.textHeader {
	font-family : Tahoma;
	font-size : 12px;
	color : #003399;
	font-weight : bold;
}

.textBody {
	color : #333333;
	font-family : Tahoma;
	font-size : 12px;
}

.textBodySmall {
	color : #333333;
	font-family : Tahoma;
	font-size : 11px;
}

.textSpacer {
	font-family: Tahoma;
	font-size: 6px;
}

.contactUs {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration : none;
}

.copy {
	color : #333333;
	font-family : Tahoma;
	font-size : 10px;
}

.pageNumActive {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}

.pageNumNormal {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration : none;
}


