@charset "utf-8";
/* CSS Document */

body {background:#DFE1C2;}



a {color:#668E71;}



a: hover {color : #457860;}



.menu{

	font-family: trebuchet ms, Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-decoration: none;

	color: #668E71;

	text-transform: uppercase;

	font-weight: bold;

	line-height: 28px;

}

.menu a:hover {

	color : #457860;

}

.body{

	font-family : trebuchet ms, Arial, Helvetica, sans-serif;

	font-size : 14px;

	text-decoration : none;

	color : Black;

	font-weight : normal;

	line-height: 18px;

	padding-right:30px;

}

.form_field {

	font-family: trebuchet ms, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #6B5639;

	background: #FFFFFF;

	border-style: solid;

	border-color: gray;

	border-width: 1px;

}

.form_button {

	font-family: trebuchet ms, arial,helvetica,sans-serif;

	font-size: 11px;

	color: Black;

	background: #988974;

	border-style: solid;

	border-color: Gray;

	border-width: 1px;

}

