.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.contentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.footercopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #020EAE;
}
.footernotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background-color: #DFDFDF;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #DFDFDF;
}
a:link {  color: #000066; text-decoration: underline}
a:visited {  color: #000066; text-decoration: underline}
a:hover {  color: #660000; text-decoration: underline}
a:active {  color: #660000; text-decoration: underline}
.titleheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0710AD;
	background-color: #DDDDDD;
	border: 1px solid #5F62C3;
}
.bullets1 {
	list-style-position: outside;
	list-style-image: url(logos_pics/bullet1.gif);
}
.tablegrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	color: #00039C;
	font-weight: bold;
}
.contentboldunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.tableborder {
	border: 1px solid #999999;
}

