/* CSS Document */

body
{
 padding:0px;
 margin:0px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#000000;
 line-height:18px;
 text-align:justify;
}
.main
{
padding:0px;
border:0px;
margin:0px;
font-size:11px;
width:1002px;
background:#70A61C url('images/body_bg.gif') repeat-x;
font-family:Arial, Helvetica, sans-serif;
} 
.submain
{
padding:0px;
border:0px;
margin:0px;
font-size:11px;
width:929px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
} 
img
{
border:0px;
}
.text
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#102021;
  line-height:18px;
  text-align:justify;
 }
input, select
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#000000;
 border:1px solid #4b4b4b;
 height:19px;
 width:172px;
 }
 textarea
 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#000000;
 border:1px solid #4b4b4b;
 width:262px;
 height:19px;
 }
 /* to add bold text*/
 .bold
{
 font-weight:bold;
} 
/*for form */
.email
 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	line-height:18px;
 }
 .email a
 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	line-height:18px;
 }
 .email a:hover
 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
	line-height:18px;
 }
 /*for footer*/
 .footer
 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	line-height:18px;
	background:#A9CE51;
 }
  
.footer a
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration: none;
	line-height:18px;
 }
.footer a:hover
 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration: underline;
	line-height:18px;
 }
   
.poplink 
 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   color:#000000;
   line-height:18px;
   text-decoration:none;
 } 
 /*for popup or links*/
.poplink a
 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   color:#000000;
   line-height:18px;
   text-decoration:none;
 } 
.poplink a:hover
  {
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   color:#000000;
   line-height:18px;
   text-decoration:underline;
  } 
  /*for unordered-list*/
.unlist ul
{
margin:0px; 
padding-left:20px;
}
.unlist li
{
list-style:none; 
list-style-image:url(images/bullet.gif); 
font-family: Arial, Helvetica, sans-serif; 
font-size:11px; 
color:#000000; 
padding:0px;
margin:0px; 
font-weight:normal; 
padding-bottom:3px;
}
.popup{ color:#B32221; font-weight:bold; text-decoration:none; font-size:12px}
.blackbullet ul{ margin:0px; padding-left:15px;}

.blackbullet li
{
	list-style-type:none;
	list-style-image:url(images/blackbullet.gif);
	padding-bottom:7px;
}

.roundbullet ul{ margin:0px; padding-left:15px;}

.roundbullet li
{
	list-style-type:none;
	list-style-image:url(images/round_bullet.gif);
	padding-bottom:3px;
}
  