body {
		 background-color: #3d3971;
}

.nav_bg { 
	background-image: url(../images/nav_bg.gif); 
	background-repeat: repeat-y
}
.content_bg {  
background-image: url(../images/bg.jpg); 
background-repeat: repeat
}
.bottom_bg {  
background-image: url(../images/bottom_bg.jpg); 
background-repeat: no-repeat; 
background-position: right bottom
}
.body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(../images/check.jpg);
	color: #1C3F93;
}

a:link {
	color: #1c3f93;
}

a:hover {
	color: #990000;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

.textlinks {
	font-size: 11px;
	color:#1C3F93;
}

.textlinks a:link {
	font-size: 11px;
	color:#1C3F93;
}

.textlinks a:hover {
	color: #990000;
}

.textlinks a:visited {
	color: #990000;
	text-decoration: underline;
}

.header {
	font-size: 16px;
	color: #1c3f93;
	font-weight: bold;
}
.question {
	font-size: 14px;
	color: #1c3f93;
	font-weight: bold;
}
.company {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color:#1c3f93;
}
.blueheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #1C3F93;
}
.maroon {
	color: #990000;
}
.maroonitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #990000;
}
ul {
	list-style-position: outside;
	list-style-image: url(../images/check.jpg);
}
.maroonsubhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.maroonbold {
	font-weight: bold;
	color: #990000;
}

.copyright {
	color: #ffecdd;
	font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

.bwdlink a:link {
   font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color:#ffecdd;
	text-decoration: none;
}

.bwdlink a:hover {
    font-family: "Times New Roman", Times, serif;
	color: #ffecdd;
	text-decoration: underline;
}

.bwdlink a:visited {
    font-family: "Times New Roman", Times, serif;
	color: #ffecdd;
	text-decoration: underline;
}