body {
	background-image : url(../images/tile.gif);
}

a {
	color : #6B8E81;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	color : #6B8E81;
	font-weight : bold;
	text-decoration : none;
	background-color : #F8E8B6;
}

td {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 11px;
	color : #6B4631;
}

td.home_news {
	padding : 6px 0px 6px 0px;
	cursor : pointer;
}

td.footer_text {
	padding-top : 5px;
	font-size : 9px;
}

.h2 {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

h3 {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 12px;
}

.nr_date {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 10px;
	font-style : italic;
}

div#subhead_div {
	position : absolute;
	left : 505px;
	top : 61px;
}

#sh_td_right {
	border : 0px;
}

input {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 11px;
	color : #6B4631;
	border : 1px solid #6B4631;
	padding-left : 3px;
}

input.checkbox {
	border : 0px;
}

textarea {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 11px;
	color : #6B4631;
	border : 1px solid #6B4631;
	padding-left : 3px;
}

select {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 11px;
	color : #6B4631;
	border : 1px solid #6B4631;
}

.select_main {
	width : 300px;
}

.input_main {
	width : 300px;
	background-image : url(../images/contact/input_normal.gif);
}

.input_main_over {
	width : 300px;
	background-image : url(../images/contact/input_over.gif);
}

.input_city {
	width : 126px;
	background-image : url(../images/contact/input_normal.gif);
}

.input_city_over {
	width : 126px;
	background-image : url(../images/contact/input_over.gif);
}

.input_zip {
	width : 60px;
	background-image : url(../images/contact/input_normal.gif);
}

.input_zip_over {
	width : 60px;
	background-image : url(../images/contact/input_over.gif);
}

.contact_submit {
	height : 23px;
	background-image : url(../images/contact/input_normal.gif);
	cursor : pointer;
}
.contact_submit_over {
	height : 23px;
	background-image : url(../images/contact/input_over.gif);
	cursor : pointer;
}

.textarea_main {
	width : 300px;
	background-image : url(../images/contact/textarea_normal.gif);
	background-attachment: fixed;
}

.textarea_main_over {
	width : 300px;
	background-image : url(../images/contact/textarea_over.gif);
	background-attachment: fixed;
}