body {
	background-image: url(images/tileBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #03567E;
}
.blueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #01547E;
	text-decoration: none;
	line-height: 15px;
}
.RedText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height: 15px;
}
.blackText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}
.blueTextNormal {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #01547E;
	text-decoration: none;
	line-height: 15px;
}
.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.blueTextSmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #01547E;
	text-decoration: none;
	line-height: 15px;
