body{
	font-family:arial;
	font-size:14px;
	margin:0px;
	padding:0px;
}

h1{
	font-family:arial;
	font-size:28px;
	margin-top:0px;
	padding-top:0px;
	
}

.header{
	background:#127dcd;
	color:#ffffff;
	height:100px;
}

.header_wrapper{
	position:relative;
	width:960px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	
}

.logo{
	position:absolute;
	left:0px;
	top:30px;
	font-size:40px;
}
		
.menu{
	line-height:30px;
	color:#ffffff;
	height:30px;
	width:100%;
	background:#2b2b2b;
}
		
.menu_wrapper{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	
}

.menu_push{
	position:absolute;
	top:0px;
	left:-10px;
	width:960px;
}

.menu_item{
	padding-right:10px;
	padding-left:10px;
	float:left;
	font-size:13px;
	cursor:pointer;
}

.menu_item:hover{
	padding-right:10px;
	padding-left:10px;
	float:left;
	font-size:13px;
	background:#444444;
	cursor:pointer;
}

.menu_item a{
	color:#ffffff;
	text-decoration:none;
}

.content{
	width:960px;
	padding-top:10px;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

.chart_row1{
	background:#ffffff;
	cursor:pointer;
}

.chart_row1 a{
	color:#000000;
	text-decoration:none;
}

.chart_row2{
	background:#dddddd;
	cursor:pointer;
}

.chart_row2 a{
	color:#000000;
	text-decoration:none;
}



.chart_row1:hover{
	background:#127dcd;
	color:#ffffff;
}

.chart_row2:hover{
	background:#127dcd;
	color:#ffffff;
}

.chart_row1:hover a{
	color:#ffffff;
	text-decoration:none;
}

.chart_row2:hover a{
	color:#ffffff;
	text-decoration:none;
}

.char_wrapper{
	float:left;
	width:50px;
	border:1px solid #000000;
	margin-right:5px;
	cursor:pointer;
}

.char_wrapper:hover{
	float:left;
	width:50px;
	border:1px solid #127dcd;
	background:#127dcd;
	color:#ffffff;
	margin-right:5px;
	cursor:pointer;
}

.char_wrapper .head{
	width:50px;
	text-align:center;
	background:#2f2f2f;
	color:#ffffff;
	font-size:13px;
	padding-top:3px;
	padding-bottom:3px;
}

.char_wrapper:hover .head{
	width:50px;
	text-align:center;
	background:#127dcd;
	color:#ffffff;
	font-size:13px;
	padding-top:3px;
	padding-bottom:3px;
}

.char_wrapper .char_int{
	width:50px;
	text-align:center;
	border-top:1px solid #2f2f2f;
	font-size:13px;
}

.char_wrapper:hover .char_int{
	width:50px;
	text-align:center;
	border-top:1px solid #127dcd;
	font-size:13px;
}

.char_wrapper .char_int a{
	color:#000000;
	text-decoration:none;
}

.char_wrapper:hover .char_int a{
	color:#ffffff;
	text-decoration:none;
}

.footer{
	margin-top:100px;
	width:100%;
	height:50px;
	background:#127dcd;	
}

.footer_wrapper{
	width:960px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	line-height:50px;
	color:#ffffff;
	text-align:center;
}

.footer_wrapper a{
	color:#ffffff;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
}

.footer_wrapper a:hover{
	color:#ffffff;
	text-decoration:underline;
	margin-left:20px;
	margin-right:20px;
}

.banner{
	width:970px;
	height:90px;
	background:#e0e0e0;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}