body {
	background-color: #eaffeb;
}

.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(heading1.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 30px;
	padding-left:44px;
	background-color :White ;
}

.heading1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	padding-left:12px;
}

.heading2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #097504;
	text-align: left;
	font-weight: bold;
}

.tetxrun{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	line-height: 17px;
	text-align: justify;
}

.tetx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004221;
	line-height: 20px;
}

.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a9a9a9;
	font-weight:bold;
	line-height: 17px;
}

.red{
	color: #FF0000;
}

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004221;
	border: 1px solid #006633;
}


.bullet{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #104D83;
	text-align: left;
	font-weight: bold;
	list-style: square: url(bullet.jpg) outside;
	padding-left:60px;
	line-height:24px;
	list-style-position: outside;
	list-style-image: url(bullet.jpg);
}

.border {
	border: 1px solid #E5E5E5;
}

.border1 {
	border: 1px solid #277C1E;
}




a.link1:link, a.link1:visited{
	color: #FF0000;
	text-decoration: none;
}
 
a.link1:hover, a.link1:active {
	text-decoration: none;
	color: #0000FF;
}


a.link2:link, a:visited{
	color: #104D83;
	text-decoration: none;
}
a.link2:hover, a:active {
	text-decoration: none;
	color: #FF3300;
}
