.cur_heading {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	/*display: compact;*/
	background-color: #006699;
}
.cur_data {
	font-family:  "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	
}
.MainHeadings {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}
.form_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.form_heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
}
.form_input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	}