BODY {
	FONT-SIZE: 12px;
	BACKGROUND: #F6F6F6;
	COLOR: #FFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
A {
	COLOR: #FFF
}
.general .middle {
	OVERFLOW: hidden
}
.general .middle .wrapper .con { CLEAR: both; MIN-HEIGHT: 300px; FLOAT: left; PADDING-BOTTOM: 30px; MARGIN: 30px; WIDTH: 880px }
.general .middle .wrapper .con A {
	COLOR: #FFF;
	BORDER-BOTTOM: #4f4f4f 1px dotted
}
.general .middle .wrapper .con A:hover {
	COLOR: #000;
	BORDER-BOTTOM: #4f4f4f 1px dotted
}
.general .middle .wrapper P {
	LINE-HEIGHT: 18px;
	text-align: left;
	font-size: 10px;
	color: #000;
}
.general .header { BACKGROUND: url(../images/headerBg.png) repeat-x; HEIGHT: 100px }
.general .wrapper {
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 0px;
	FLOAT: none;
	PADDING-BOTTOM: 0px;
	MARGIN: 0;
	WIDTH: 942px;
	PADDING-TOP: 0px;
	border-radius: 0px 0px 5px 5px;
}
.pageTitle { CLEAR: both; MARGIN-TOP: 24px; FONT-SIZE: 24px; FLOAT: left; COLOR: #fff }
.contentTitle { CLEAR: both; FONT-SIZE: 20px; FLOAT: left; WIDTH: 100%; COLOR: #436206 }
.feature_tour .tab {
	CLEAR: both;
	FLOAT: left;
	VISIBILITY: hidden;
	MARGIN: 0px 0px 0px 0px;
	WIDTH: 942px;
	text-align: center;
	box-shadow: 0px 0px rgba(0,0,0,0.3) 0 1px 3px;
	border-radius: 0px 0px 5px 5px;
	background-image: url(../images/layer.jpg);
}
.feature_tour .tab A {
	DISPLAY: block;
	FONT-SIZE: 12px;
	FLOAT: left;
	COLOR: #666;
	LINE-HEIGHT: 32px;
	HEIGHT: 32px;
	padding-right: 8px;
	padding-left: 8px;
}
.feature_tour .tab A.current {
	COLOR: #FFFFFF;
	text-shadow: rgba(0,0,0,0.2) 0 2px 2px;
	background-image: url(../images/layer_bar.png);
}
.feature_tour .mask {
	CLEAR: both;
	FLOAT: left;
	OVERFLOW: hidden;
	POSITION: relative;
	HEIGHT: 160px;
	text-align: center;
	border: 1px solid #ebebeb;
	width: 942px;
	border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: 0px 0px rgba(0,0,0,0.3) 0 1px 3px;
	background-color: #FFFFFF;
}
.feature_tour .mask .maskCon {
	WIDTH: 14000px
}
.feature_tour .mask .maskCon .innerCon {
	FLOAT: left;
	WIDTH: 942px;
	border-color: #E5E5E5 #DBDBDB #D2D2D2;
	border-bottom: 1px solid #ebebeb;
	height: 160px;
}
.feature_tour .nav { CLEAR: both; FLOAT: left; VISIBILITY: hidden; MARGIN: 20px 0px 40px; WIDTH: 100% }
.feature_tour .nav P { MARGIN: auto; WIDTH: 90px }
.feature_tour .nav P A { DISPLAY: block; FLOAT: left; WIDTH: 45px; HEIGHT: 36px }
.feature_tour .nav P A.prev { BACKGROUND: url(../images/feature_tours_navigation.png) no-repeat left 0px }
.feature_tour .nav P A.prev:hover { BACKGROUND-POSITION: 0px -36px }
.feature_tour .nav P A.next { BACKGROUND: url(../images/feature_tours_navigation.png) no-repeat right 0px }
.feature_tour .nav P A.next:hover { BACKGROUND-POSITION: right -72px }
