body {
	background-color: white;
	margin: 0px;
}
table,body,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
a {
	color: #FF6633;
	text-decoration: underline;
}
a:visited {
	color: #FF8B64;
}
input,textarea,select {
	border: 1px solid #333333;
}	
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	font-size: 33px;
	font-weight: normal;
	color: #CC3300;
}
h2 {
	margin: 0px;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
ul {
	padding-left: 10px;
	margin-left: 10px;
}
.formHeader {
	background: #BEBEBE;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
}
.button {
	border: 1px solid #333333;
 
}
#newsletter {
	background: #686C5A;
	padding: 3px;
	width: 224px;
}
div#Container {
	width: 750px;
}
div#PrintHead {
	display: none;
}
div#Header {
	margin: 0px;
}
div#MainHead {
	position: relative;
	top: -13px;
	margin: 0px;
}
div#Title {
	position: relative;
	top: -6px;
	margin: 0px;
	text-align: right;
	text-transform: uppercase;
}
div#Body { 
	position: relative;
	padding-left: 10px;
	width: 500px;
}
div#IndexBody { 
	position: relative;
	padding-left: 10px;
	width: 750px;
}
div#RightSide { 
	position: absolute;
	left: 510px;
	top: 325px;
	margin-left: 10px;
	width: 225px;
}
#Footer { 
	background-color: white;
	text-align: center;
	color: #999999;
	font-size: 10px;
	padding-bottom: 3px;
	clear: both;
}
.inputreq
{
	background-color: #E6B3B5;
}
