body {
	background-color: #FFFFFF;
	color: #0000E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px 15px;
	padding: 0px 15px;
}
td {
	color: #0000E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

}
.hdbkg {
	height: 207px;
	/* background-attachment: fixed; */
	background-image: url(hdmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000E5;
	vertical-align: bottom;
	padding-bottom: 7px;




}
.hdnav {
	font-size: small;
	color: #0000E5;
	padding: 5px 5px 25px;
	height: 17px;
}


.content {
	vertical-align: top;
	padding: 10px;
	background-color: #DCDCDC;
	font-size: small;
}
a:link {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}


.hdline {
	color: #0000E5;
}

.fttext {
	text-align: center;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 15px;

}
.hdnav a:link {
	color: #0000E5;
	text-decoration: none;
	font-weight: normal;
}
.hdnav a:visited {
	color: #0000E5;
	text-decoration: none;
	font-weight: normal;
}
.hdnav a:hover {
	color: #0000E5;
	text-decoration: underline;
	font-weight: normal;
}
.hdnav a:active {
	color: #0000E5;
	text-decoration: underline;
	font-weight: normal;
}
h1 {
	color: #FF3300;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
: small;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: small;
}
h3 {
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-size: x-small;
	font-weight: bold;
}
h5,h6{
	font-weight: normal;
}
.footer {
	font-size: small;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0000E5;
	padding: 15px;

}
#marqueecontainer{
   position: relative;
   width: 100%; /*marquee width */
   height: 200px; /*marquee height */
   background-color: #FFFFFF;
   overflow: hidden;
   border: 0px solid;
   padding: 2px;
   padding-left: 4px;
}
