body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../assets/bgLogo.jpg);
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: justify;
}

a:link {
	color: #840E3E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #840E3E;

}
a:hover {
	color: #006699;
	background-color: #FFFFCC;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #840E3E;
}

#tableMain {
	background-color: #FFFFFF;
	text-align: justify;
}
.tdDivider {
	background-image: url(../assets/columnDividers.gif);
	background-repeat: repeat;
	width: 45px;
	background-color: #FFFFFF;
}
.txtSectionHeadBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #006699;
	padding-right: 50px;
	padding-left: 50px;
	text-indent: -50px;
	line-height: 26px;
}
.txtSectionHeadRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #840E3E;
	line-height: 26px;
}
.txtRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #840E3E;
}
.txtBlueBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #006699;
}
li {
	list-style-image: url(../assets/bullet.gif);
	list-style-type: disc;
	font-size: 1em;
	line-height: 20px;
	font-weight: normal;
	margin-left: -16px;
	text-align: left;
}
.txtBannerHeading {
	font-size: 1.6em;
	line-height: 140px;
	font-weight: bold;
	color: #840E3E;
	background-color: #98C2F4;
	background-image: url(../assets/bannerShadow2.jpg);
	text-align: left;
	height: 140px;
	padding-left: 45px;
}
.txtFormHints {
	font-size: .8em;
}

