
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #8E8E8E;
}
.footer_links {
	color: #313131;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
}

.body_text {
	color: #313131;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
	line-height: 16px;
}

.disclaimer_text {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
	line-height: 14px;
}

.small_body{
	color: #999999;
	font-size: 10px;
	font-family: Tahoma, Arial;
	text-decoration: none;
}

.headers{
	color: #313131;
	font-size: 21px;
	font-family:  Arial, Tahoma;
	text-decoration: none;

}

.inputBox {color : #313131;
background : #FFFFFF;
border-color : #313131;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Tahoma;
font-size : 11px;
}

.inputSubmit {color : #313131;
background : #FFFFFF;
border-color : #313131;
border-top : 2px solid;
border-bottom : 2px solid;
border-left : 2px solid;
border-right : 2px solid;
font-family : Tahoma;
font-weight: bold;
font-size : 11px;
}