		div, html, body, p,img,
		h1, h2, h3, h4, h5, h6, td
		form, fieldset, a, img, a img, br, button, dl, dt, dd {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
		}
		
		*{
			outline-style:none;
			outline:none;
		}
		
		form {
			margin-bottom:0;
			padding:0;
			margin-top:0;
		}
		 
		 html {
			margin:0;
			padding:0;
			width:100%;
			height:100%;
			font-family: Tahoma, Arial, sans-serif;
			color: #32373a;
			background: #c6e9fa;

		}
		 
		 body {
			margin:0;
			padding:0;
			background: #c6e9fa  url('/img/bodybg5.png') repeat-x 0 0; /*#cbcfd1*/
			font-size:15px;
			text-align:left;
			width:100%;
			min-height:100%;
		}

		div	{
			zoom:1;
			h\eight:1%;
		}
		
		a, a:visited{
			color: #32373a;
			text-decoration: underline;
		}
		
		a:hover {
			text-decoration: none;
		}
		
		.test{
			border:1px solid red;
		}
		
						
		h5{
			font-size: 1.2em;
		}
		
		h4{
			font-size: 1.4em;
		}
		
		h3{
			font-size: 1.5em;
		}
		
		h2{
			font-size: 1.7em;
		}
		
		h1{
			font-size: 2em;
		}
		
		h1, h2, h3, h4, h5{
			margin-bottom:0.3em;
			font-family: 'Trebuchet MS', Arial, Tahoma, sans-serif;
			color: #1b2330;
			font-weight:normal;
		}
		
		h1 a, h2 a, h3 a, h4 a, h5 a{
			color: #1b2330;
		}
		
		p{
			margin-bottom: 15px;
		}
		
		.outer{
			width: 90%;
			min-width: 900px;
			margin:0 auto;
			padding: 27px 0;
		}
		
		.mwwrap{
			width:901px;
			font-size:1px;
		}
		
		#top{
			background: #1653a5 url('/img/topbg7.png') 0 50% repeat-x;
			height: 210px;
			position:relative;
		}
		
		#topleft{
			background: transparent url('/img/topright7_re.png') 0 50% no-repeat;
			height: 210px;
			padding-left:20px;
		}
		
		#topright{
			background: transparent url('/img/topleft7_re.png') 100% 50% no-repeat;
			height: 210px;
			padding-right:260px
		}
		
		div.box{
			background: #fff;
			padding:20px;
			-moz-border-radius:20px;
			-webkit-border-radius:20px;
			border-radius: 20px;
		}
		
		table.ww td{
			vertical-align: top;
		}
		
		div#menu ul, div#menu ul li{
			display: inline;
			list-style:none;
			margin:0;
			padding:0
		}
		
		div#menu{
			line-height: 50px;
			height:50px;
			text-align:center;
		}
		
		div#menu ul li{
			padding: 5px;
			margin: 0 8px;
			font-family: 'Trebuchet MS', Arial, Tahoma, sans-serif;
			font-size: 19px;
		}
		
		div#menu ul li a, div#menu ul li a:visited{
			color: #1b2330;
			text-decoration: none;
		}
		
		div#menu ul li a:hover{
			text-decoration: underline;
		}
		
		div#menu ul li.active{
			background: #1b2330;
		}
	
		div#menu ul li.active a, div#menu ul li.active a:visited, div#menu ul li.active a:hover{
			color:#fff;
			text-decoration: none;
			font-weight: bold;
		}
	
		div#footer{
			background: transparent url('/img/topbg7.png') 50% 50% repeat-x;
			color: #fff;
			height:52px;
			line-height:52px;
			margin-top: 27px;
			padding: 0 20px;
			-moz-border-radius:20px;
			-webkit-border-radius:20px;
			border-radius: 20px;
		}
		
		div.f200{
			float:left;
			margin-right:10px;
			margin-bottom: 10px
		}
		
		div.v2{
			height: 350px;
			overflow-y:hidden;
			width:250px;
			text-align: center;
		}
		
		div.overflower{
			overflow: hidden;
		}
