body {
	margin: 30;
	background:url(../images/bg.gif) repeat-x center top;
	background-color: #E2E2E2;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}


#leftcontent {
	padding-left: 21px;
	float: left;
	width: 120px;
} 

a.leftmenu {
	color: #535555;
	text-decoration: none;
}
a.leftmenu:hover {
	color: #A3DE2C;
}

.leftmenu a.selectedmenu {
	color: #B60A4F;
}

 
hr {
	display: none;
}
p {
margin: 0px 10px 10px 0px;
	
}

table, td {

	font-size: 12px;
}

h1 {
	margin: 0 0 14px 0;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin: 0 0 14px 0;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	margin: 4px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #575757;
}

a:hover {
	color: #000000;
}

 /* ---------------------------------------------------------------------- */

.Formslayout
{
	border-top-style: solid;
	border: 1px solid #8A919A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A919A;
	background-color: #fff;
	font-size: 11px;
	color: #575757;
}
.Sendlayout
{
	background-color: #6B6D6F;
	border-top-style: solid;
	border: 1px solid #8A919A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A919A;
	padding: 2;
	font-size: 12px;
	color: #ffffff;
}

 /* ---------------------------------------------------------------------- */

.footer {
	clear: both;
	margin-top: 15px;
	height: 16px;
	color: #575757;
	font-size: 11px;
	text-align: center;
}

.footer a {
	color: #575757;
	text-decoration: none;
}
.footer a:hover {
	color: #4A9020;
}

.req {
	width: 5px;
	background-color:#959595;
}


