body {
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 10px;
}

td {
	font-size: 12px;
}
.form_title{
	color :  #CC0000 ;
	font-size: 12px;
	font-weight : bold;
}

.form_subtitle{
	color :  #ffffff ;
	font-size: 12px;
	font-weight : bold;
	background-color : #008000;
}

.form_field {
	font-family: "Trebuchet MS";
	font-size : 11px;
	color : #474747;
	border: #5C80A2 solid 1px;
	width: 80%;
	padding: 2px;
}

.form_text{
	
	font-size : 11px;
	color : #474747;
}

.form_button_on{
	font-size : 12px;
	color : #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #5C80A2;
	background-color : #4FA2E5;
	text-align : center;
}

.form_button_off{
	font-size : 12px;
	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 : 12px;
	color : #000000;
}

.form_error {
	font-size: 15px;
	color: #CC0000;
	padding:5px;
}

.formmail_title{
	font-size: 16px;
	font-weight : bolder;
	background-color : #e5e5e5;
}

.formmail_field {
	font-size : 12px;
	color : #474747;
	font-weight : bold;
}

.formmail_text{
	font-size : 11px;
	color : #000000;
}

.menu_text{
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

.menu_bg{
	background-color : #ffffd2;
	text-align:center;
}

.box{
	border : 1px solid #8ac428;
}
.form_copyr{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align:right;
}
