body {
	background: #178819 url(images/common/bg.jpg) repeat-x;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	color: black;
	}
	



a:link {
	color: #CC6600;
	text-decoration: underline;

}
a:visited {
	color: #CC6600;
	text-decoration:underline;

}
a:hover {  color: 994704;
	text-decoration:underline;

}
a:active {
	color: #994704;
	text-decoration:underline;

}	


.hometext {
	font-family : Verdana, Aral, Sans Serif;
	font-size : 11px;
	font-weight: normal;
	color : #39220B;
	line-height: 17px;
}

.caption {
	font-family : Verdana, Aral, Sans Serif;
	font-size : 11px;
	font-weight: normal;
	color : #39220B;
	line-height: 14px;
}

.body {
	font-family : Verdana, Aral, Sans Serif;
	font-size : 12px;
	font-weight: normal;
	color : #39220B;
	line-height: 18px;
}


.head {
	font-family : Verdana, Aral, Sans Serif;
	font-size : 14px;
	font-weight: bold;
	color : #178819;
	line-height: 18px;
}

.subhead {
	font-family : Verdana, Aral, Sans Serif;
	font-size : 14px;
	font-weight: bold;
	color : #CC6600;
	line-height: 18px;
}

.subheadbig {
	font-family : Verdana, Aral, Sans Serif;
	font-size : 18px;
	font-weight: bold;
	color : #CC6600;
	line-height: 22px;
}


.subhead2 {
	font-family : Verdana, Aral, Sans Serif;
	font-size : 13px;
	font-weight: bold;
	color : #CC6600;
	line-height: 16px;
}


.smallbody {
	font-family : Verdana, Aral, Sans Serif;
	font-size : 11px;
	font-weight: normal;
	color : #39220B;
	line-height: 14px;
}


.footer {
	font-family : Verdana, Aral, Sans Serif;
	font-size : 11px;
	font-weight: normal;
	color : #EEDEAD;
	line-height: 18px;
}

.footer a:link {
	
	font-weight: normal;
	color : #EEDEAD;
	
}

.footer a:visited {
	font-family : Verdana, Aral, Sans Serif;
	font-weight: normal;
	color : #EEDEAD;
	
}

.footer a:hover {
	
	font-weight: normal;
	color : #FF9900;
	
	
}


.footer2 {
	font-family : Verdana, Aral, Sans Serif;
	font-size : 9px;
	font-weight: normal;
	color : #EEDEAD;
	line-height: 18px;
}

.footer2 a:link {
	
	font-weight: normal;
	color : #EEDEAD;
	
}

.footer2 a:visited {
	font-family : Verdana, Aral, Sans Serif;
	font-weight: normal;
	color : #EEDEAD;
	
}

.footer2 a:hover {
	
	font-weight: normal;
	color : #FF9900;
	
	
}

/*search box css*/

.search_fieldset {
	display: block;
	float: right;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	margin-left: 0;
	color : #000000;
	border: none;
	margin-right: 0;
	margin: 0;
	padding: 0;
	width: 142px;
	height: 20px;
	vertical-align: top;
}

.search_input{
	float: left;
	margin: 0;
	width: 120px;
	height: 18px;
	overflow: hidden;
	border: none;
	text-align: left;
	padding: 0;
}

.search_submit{
	width: auto;
	height: 22px;
	float: left;
	border: 1px;
	text-align: right;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	margin-top: .1em;
	margin-bottom: 0;
	padding: 0;
}

.form_spacer {
  clear: both;
}



