@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	}
		
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:20px;
	}

td a:link {
	color: #8CBB50;
	text-decoration:none;
	}

td a:visited{
	color: #8CBB50;
	text-decoration:none;
	}

td a:hover{
	color:#969595;
	text-decoration:none;
	}
	
.footer {
	font-size: 12px;
	color: #b3cfa1;
	}

.footer a:link {
	color: #dcfdc6;
	text-decoration:none;
	}

.footer a:visited{
	color: #dcfdc6;
	text-decoration:none;
	}
	
.footer a:hover{
	color: #ffffff;
	text-decoration:none;
	}
	
.topbg {
	background-image:url(../images/topbg.gif);
	background-repeat:repeat-x;
	}
	
.bannerbg {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	}
.bannerbg1{
  background-image:url(../images/banner1.jpg);
  background-repeat:no-repeat;
  }
	
.bannertext{
	color:#3b6136;
	font-size:13px;
	line-height:22px;
	}
	
.lefttext {
	color:#ffffff;
	font-size:14px;
	padding-left:5px;
	}

.leftbg{
 	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	}
	
.footerbg {
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	}

.sidebar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height:12px;
	}
	
.RedTextBox {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color:#D9E6C9;
	border: 1px solid #7EB476;
}

.RedButton {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color:#8CBB50;
	border: 1px solid #000000;
}



	
