body {
	background-color: #D8F6FF;
}

/* links */

a {color: #006699;}

/* text styles */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.BlackFooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

.WhiteFooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}

.TinyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	font-weight: normal;
}

.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

.SubjectHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	line-height: 48px;
	color: #1178A5;
	font-weight: bold;
}

td.GrayBorderBottom {border-bottom: solid 2px #666;}
div.pt {padding-left: 10px;}