@charset "utf-8";
.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: E0E1D1;
}
.mainpage_bg {
	background-attachment: scroll;
	background-image: url(images/mainpage_sidebg.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify; 
}
.mainheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
}

a:link {
	color:#333333;
	text-decoration:none;
} 
a:visited {
	color:#333333;
	text-decoration:none;
} 
a:hover {
	color:#666666;
	text-decoration:underline;
} 
a:active {
	color:#333333;
} 
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#dcdcdc;
color:#666;
font-weight:bold;
font-size:10px;
padding: 0px 15px;
}
.style4 {font-size: 10px}
.style1 {color: #FF0000}
input
{
color: #000000;
border: 1px solid #cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
textarea
{
color: #000000;
border: 1px solid #cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.submit input
{
color: #000;
background: #FFEDD1;
border: 2px #ffffff
}
#form input{width:179px; height:18px;}