.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bg2 {
	background-attachment: fixed;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bg3 {
	background-attachment: fixed;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00015D;
	font-weight: normal;

}
a:link {  color: #00015D; text-decoration: underline}
a:visited {  color: #00015D; text-decoration: underline}
a:hover {  color: #C99F0E; text-decoration: underline}
a:active {  color: #00015D; text-decoration: underline}
.footerdisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #00015D;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.footertextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00005A;
}
.bulletlist {
	list-style-image: url(logos_pics/bulletlist.gif);
}
.headertable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000048;
	background-color: #D9D9E3;
	border: 1px solid #686695;
}
.contentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.italicbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
