/* CSS Document */


.body_text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.body_text_bold{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4f20;
	font-weight: bold;
	text-decoration: none;
}

.body_text_box_bold{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e00800;
	font-weight: bold;
	text-decoration: none;
}

.form{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4f20;
	font-weight: bold;
	text-decoration: none;
}

.heading{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4c4f20;
	font-weight: normal;
	text-decoration: none;
}

.heading1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight:bold;
	font-weight: normal;
	text-decoration: none;
}

a.top_menu:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4f20;
	font-weight: normal;
	text-decoration: none;
}

a.top_menu:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4f20;
	font-weight: normal;
	text-decoration: none;
}

a.top_menu:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4f20;
	font-weight:normal;
	text-decoration: underline;
}

a.top_menu:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4f20;
	font-weight: normal;
	text-decoration: none;
}



.textfilled{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4f20; 
	text-decoration: none;
	border: 1px solid #8c9351;
	background-color:#c0dd82;
	width:180px;
	font-weight:bold;
	padding-left:5px;
	}
	
.textfilled1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4f20; 
	text-decoration: none;
	border: 1px solid #8c9351;
	background-color:#c0dd82;
	width:150px;
	font-weight:bold;
	padding-left:5px;
	}