.headerTitle {
	color: #FFFFFF;
	font-size: 44px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 38px;
}
line {
	height: 0px;
	border: solid #FFFFFF 0px;
	border-top-width: 1px;
}
.white {
	color: #FFFFFF;
}
a.whiteLink, a.whiteLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
a.whiteLink:hover, a.whiteLink:visited:hover {
	color : #FFFFFF;
	text-decoration: underline;
}
a.homeNav, a.homeNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: strong;
	line-height:22px;
}
a.homeNav:hover, a.homeNav:visited:hover {
	color : #CC0000;
	text-decoration: underline;
}
.tblFilledCornerTopLeft, .tblFilledCornerTopRight, .tblFilledCornerBottomLeft, .tblFilledCornerBottomRight{
	background-image:url(/images/tbl_corners_filled.gif);
	background-repeat: no-repeat;
	height: 5px; width: 5px;
}
.tblFilledCornerTopLeft{
	background-position: 0px 0px;
}
.tblFilledCornerTopRight{
	background-position: -4px 0px;
}