﻿body 
{
	background-color:#215A8F;
	font-size:18px;
	font-family:"Arial","Tahoma","微软雅黑","雅黑";
	line-height:18px;
	padding:0px;
	margin:0px;
	text-align:center;
}
a
{
	display:block;
	float:left;
}
div.clear
{
	height:0px;
	font-size:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
	display:block;
	clear:both;
	overflow:hidden;
}
div
{
	text-align:left;
	margin:0 auto;
	background-color:#fff;
}
.menu3
{
	font-size:14px;
	line-height:14px;
}

.maxWidth{
	width:960px;
}

.menu3 .left3
{
	width:7px;
	height:43px;
	background:url("../image/navigation/bg3_left_right.jpg") no-repeat left top;
	float:left;
}
.menu3 .center3
{
    width:946px;
    height:43px;
    background:url("../image/navigation/bg3_btn.jpg") repeat-x left top;
    float:left;
}
.menu3 .right3
{
	width:7px;
	height:43px;
	background:url("../image/navigation/bg3_left_right.jpg") no-repeat left -43px;
	float:left;
}
.menu3 a:link,.menu3 a:visited
{
	color:#fff;	
	height:43px;
	background:url("../image/navigation/bg3_btn.jpg") repeat-x left top;
	text-align:center;
	text-decoration:none;
	padding:13px 18px 0px 18px;
}
.menu3 a:hover,.menu3 a:active
{
	color:#666;
	background-position:left -43px;
}
table,table td,table th{border-collapse:collapse;}

table td li{
	list-style:none;
	height:27px;
	line-height:27px;
	background:url("../image/classbg.jpg") no-repeat left 0px;
	margin-bottom:6px;
	padding-left:27px;
}
table td li a{
	color: black;
	font-size: 12px;
}
table td li a:hover{
	color: red;
	cursor: pointer;
}
.tBorder{
	border-top: 2px solid #05A5E1;
}

.tb{
	padding-top:5px;
	padding-bottom:5px;
}