body {
	background-image: url(images/mainHalf.gif);
	background-repeat: repeat;
}
.SmallWhiteText {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
.RegularWhiteText {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
.BoldGreyTitle {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}
.BoldGreySmall {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.TableBox {
	border: 2px solid #666666;
}
