@charset "utf-8";
/* CSS Document */
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: #725631;
}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #321602;
	line-height: normal;
	
}

.subheadings_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #321602;
	line-height: normal;
	
}

.headings_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: normal;
	line-height: 25px;
	
}
.sub_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7c3503;
	line-height: normal;
	
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #321602;
	line-height: 20px;
	
}

.body_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	
}

.body_text_small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #321602;
	line-height: 18px;
	
}

.body_text_small_white {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
	
}

.body_text_small_footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #c7b49b;
	line-height: 18px;
	text-decoration: none;
	
}

.inputBox {color: #000;
background : #FFF;
border-color : #000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Tahoma;
font-size : 11px;
padding: 3px;
}

.inputBoxSubmit {color: #000;
background : #FFF;
border-color : #000;
border-top : 2px solid;
border-bottom : 2px solid;
border-left : 2px solid;
border-right : 2px solid;
font-family : Tahoma;
font-size : 11px;
font-weight: bold;
padding: 3px;
}
