body {
	background-color: none;
}
    		.form_title{
			color : #000000;
			font-size: 13px;
			font-family: "Josefin Sans", sans-serif;
			font-weight : bold;
		}

		.form_field {
	font-size : 14px;
	font-family: "Josefin Sans", sans-serif;
	color : #7A5A3D;
	font-weight : bold;
	text-align:right;
		}

		.form_text{
	font-size : 11px;
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	color : #000000;
	line-height: 18px;
		}

		.text_box{
	font-size : 11px;
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	color : #000000;
	width:200px;
		}

		.text_area{
	font-size : 11px;
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	color : #000000;
	width:200px;
	height:60px;
		}

		.text_select{
	font-size : 11px;
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	color : #000000;
		}

		.copyright{
			font-size : 11px;
			font-family: "Josefin Sans", sans-serif;
			color : #000000;
		}

.form_subtitle{
	color :  #ffffff;
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight : bold;
	background-color : #008000;
}

.form_button_on{
	font-size : 12px;
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	color : #ffffff;
	font-weight : bold;
	border: 1px solid #D9D9D9;
	background-color : #D1CECB;
	border-color : #000000;
	border-right-color : #ffffff;
	border-bottom-color : #ffffff;
	text-align : center;
}

.form_button_off{
	font-size : 12px;
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	color : #ffffff;
	font-weight : bold;
	border: 1px solid #D9D9D9;
	background-color : #2ca755;
	border-color : #000000;
	border-left-color : #ffffff;
	border-top-color : #ffffff;
	text-align : center;
}

.form_search{
	font-size : 11px;
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	color : #000000;
}

.form_error
{
	color: #660000;
	padding:5px;
	border:1px solid #660000;
	font-family: "Josefin Sans", sans-serif;
	font-size: 11px;
}

.formmail_title{
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight : bolder;
	background-color : #e5e5e5;
}

.formmail_field {
	font-size : 11px;
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	color : #474747;
	font-weight : bold;
}

.formmail_text{
	font-size : 11px;
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	color : #000000;
}

.menu_text{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

.menu_bg{
	text-align:center;
}

.box{
	border : 1px solid #600;
}
.form_copyr{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align:right;
}

