body{	background:#e9e9e9;	margin:0;	font-size:12px;}
A{text-decoration:none}A:link , A:visited, A:active {color: #464646}A:hover {	color: #464646;	text-decoration:underline;}
#main{
	width:760px;
	background-image: url(images/page_bg.jpg);
	margin: 0;
	text-align: left;
}
#main #header{
	text-align: center;
	margin: 0 2px 0 0;
}

#title{
	margin: 40px 0 0 60px;
}

.teacher table {
	margin: 40px 0 60px 60px;
	font-size: 12px;
}

.teacher table td {
	text-align: center;
	padding: 6px 2px 6px 2px;
	vertical-align: middle;
}

.teacher .disable {
	background-color: #dcdcdc;
}

.teacher .class{
	background-color: #ecf0b9;
	font-weight: bold;
}
.teacher .form{
	background-color: #c3e9c2;
	font-weight: bold;
}

.junior table {
	margin: 40px 0 100px 60px;
	font-size: 12px;
}
.junior table td {
	text-align: left;
	padding: 4px 2px 4px 2px;
	vertical-align: top;
}
.junior .form{
	background-color: #f2c1d9;
	font-weight: bold;
	text-align: center;
}
.junior ul li{
	margin: 4px 10px 14px 0;
}

.senior{
	margin: 40px 0 0 60px;
	font-size: 12px;
}
.senior .course_title ul li{
	margin: 4px 10px 14px 0;
}
.senior .course_title ul li a{
	text-decoration: none;
	font-size: 14px;
	color: #003f83;
}
.senior .course_title ul li a:hover{
	text-decoration: underline;
}

.senior .sub1,.senior .sub2 {
	margin: 40px 130px 0 60px;
}
.senior .sub1 .title{
	font-size: 14px;
	font-weight: bold;
	color: #00843c;
}
.senior .sub2 .title{
	font-size: 14px;
	font-weight: bold;
	color: #960000;
}
.senior .sub1 ol li,.senior .sub2 ol li{
	margin: 6px 0 10px 0;
	line-height:120%;
}

.selfstu{
	margin: 40px 0 100px 100px;
	font-size: 14px;
	line-height:180%;
}
.selfstu ul li{
	margin: 10px 0 0 0;
	list-style: square;
}
.selfstu a{
	color: #96003f;
	text-decoration: none;
}
.selfstu a:hover{
	text-decoration: underline;
}

#footer {
	width: 760px;
	height: 51px;
	margin: 0 0 0 4px;
	background: url('./images/footer.jpg') no-repeat;
}

#copyright{	width:740px;	font-family:sans-serif;	color:#808080;	font-size:10px;	text-align:right;	padding:10px 40px 20px 20px;}
