@charset "utf-8";
/* CSS Document */



body {
	background-color: #404040;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.tablink  {
	text-decoration: none;
	color:#7F7F7F;
	font-size:16px;
	font-weight:500;

}
a.tablink:hover {
	text-decoration: none;
	color:#000000;
	font-weight:600;
	display: block;
}

div .wrap {}

div .menu {
	width: 801px;
	height: auto;
	position:absolute;
	left:110px;
	top:0px;
}

div .top {
	height: 126px;
	width: 800px;
	padding-left: 20px;
}

div .tabs  {
	width: auto;
	height: 25px;
	padding-left: 20px;
	padding-bottom: 0px;
	text-align: center;

}

div .content {
	//background: url(images/main_content.png) no-repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color: #D7FFC6;
	width: auto;
	height: 286px;
	padding: 15px;
	margin-top: 0px;
	font-size:14px;
	overflow: hidden;	
}

p {
	padding-left: 25px;
	max-width:700px;
	text-align:justify;
}

.tab1, .tab2, .tab3, .tab4, .tab5, .tab6{
	//background: url(images/tab_unselected.png) no-repeat;
	background-color: #EBFFE2;
	float:left;	
	width: 124px;
	height: 25px;
	margin-right: 3px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	
}

.tab1:hover, .tab2:hover, .tab3:hover, .tab4:hover, .tab5:hover, .tab6:hover{
	//background: url(images/tab_unselected.png) no-repeat;
	background-color: #D7FFC6;
	float:left;	
	width: 124px;
	height: 25px;
	margin-right: 3px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	
}



div .tabtext {
	padding: 2px;
}

