body {
	background-color: #D8E2EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.whiteSectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.whiteSectionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
.sectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.narrowTextbox {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #37536B;
	width: 66px;
}
.mediumTextbox {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #37536B;
	width: 145px;
}
.wideTextbox {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #37536B;
	width: 310px;
}
.fullWidthTextbox {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #37536B;
	width: 396px;
}
.class2 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #FF6600;
}
.rightImages {
	border-left-style: solid;
	border-left-color: white;
	border-left-width: 20px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 20px
}

.noRepeat {
	background-repeat: repeat-y;
}
.noRepeatContent {
	background-position: top;
	background-repeat: no-repeat;
}
.noRepeatRight {
	background-repeat: repeat-y;
	background-position: right;
}
.noRepeatLeft {
	background-repeat: repeat-y;
	background-position: left;
}
.noRepeatTop {
	background-repeat: repeat-x;
	background-position: top;
}
.darkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

a:link { color: #37536B; font-weight: bold; text-decoration: none }
a:active { color: #37536B; font-weight: bold; text-decoration: none }
a:visited { color: #37536B; font-weight: bold; text-decoration: none }
a:hover { color: #231F20; font-weight: bold; text-decoration: none }
a.whiteLink:link { color: #FFFFFF; font-weight: bold; text-decoration: none }
a.whiteLink:active { color: #FFFFFF; font-weight: bold; text-decoration: none }
a.whiteLink:visited { color: #FFFFFF; font-weight: bold; text-decoration: none }
a.whiteLink:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline }
