body{margin:0px;padding:0px;}

.main_g {
	color:#9CD721;
}

.main_w {
	color:#ffffff;
}

.main {
	font-family:"Arial Narrow";
	font-size:30px;
	margin-left:30px;
	margin-right:0px;
	margin-top:30px;
	margin-bottom:0px;
	font-weight:bold;	
}

.text {
	font-family:Verdana, Tahoma;
	color:#ffffff;
	font-size:12px;
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;	
	
}


.text2 {
	font-family:Verdana, Tahoma;
	color:#ffffff;
	font-size:12px;
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	text-align:justify;
}

.text2_ {
	font-family:Verdana, Tahoma;
	color:#ffffff;
	font-size:12px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	text-align:justify;
}


.text3 {
	font-family:Verdana, Tahoma;
	color:#709649;
	font-size:12px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	text-align:justify;
}




a:link, a:active, a:visited, a:hover
{
	text-decoration: none;
}


#slider1 {
    width: 780px; /* important to be same as image width */
    height: 210px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 780px; /* important to be same as image width or wider */
    position: absolute;
	top: -16px;
	left: -40px;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 130px !important;
	height: 285px;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
 
ul { list-style-type: none;}
