@charset "utf-8";
body {
	background-image:url(../images/bg.jpg);
	background-color:#efefef;
	background-repeat:repeat-x;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

p {
	text-align:justify;
}

.topMid {
	background-image:url(../images/top_mid.jpg);
	height:136px;
	background-repeat:repeat-x;
}

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFF;
}

.margin_table{
	margin-top:5px;
}

.form_bg {
	background-image:url(../images/form_bg.jpg);
	height:295px;
	background-repeat:repeat-x;
}

.textarea {
	width:150px;
	height:15px;
}

.textfield {
	width:150px;
	height:50px;
}

.red_bar {
	background-image:url(../images/red_bar.jpg);
	background-repeat:repeat-x;
	height:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

.red_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#810000;
}

.footer_mid {
	background-image:url(../images/footer_mid.jpg);
	background-repeat:repeat-x;
	height:49px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

.footer_mid a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}