﻿body {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url('images/index_blackgound.gif');
	font-family: 宋体;
}
#content_div {
	width: 953px;
	background-color: #FFFFFF;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #336699;
	border-right-width: 1px;
	border-right-color: #336699;
}
.maintablebox {
	border-collapse: collapse;
}
.content_tab_left_td {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #3366CC;
	background-image: url('images/bg1.jpg');
	text-align: center;
}
#leftbox_top {
	background-color: #ECF5FF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #0A7CEF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #0A7CEF;
	height: 21px;
	padding-top: 2px;
	font-weight: bold;
	color: #336699;
	background-image: url('images/bg_td_1.jpg');
}
#leftbox_topline {
	background-color: #800000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #336699;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #336699;
}
#leftbox_content {
	padding: 3px 2px 2px 4px;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	text-align: left;
	font-size: 12px;
	line-height: 150%;
}

/** 默认链接 **/
a:link {
	COLOR: #0000FF;
	text-decoration: none;
}
a:visited {
	COLOR: #0066CC;
	text-decoration: none;
}
a:active {
	COLOR: #FF0000;
	text-decoration: none;
}
a:hover {
	COLOR: #FF0000;
	text-decoration: underline;
}
a:link.a1 {
	COLOR: #0000FF;
	text-decoration: underline;
}
a:visited.a1 {
	COLOR: #0066CC;
	text-decoration: underline;
}
a:active.a1 {
	COLOR: #FF0000;
	text-decoration: none;
}
a:hover.a1 {
	COLOR: #FF0000;
	text-decoration: none;
}
a:link.a2{
	color:red;
}
a:visited.a2{
	color:red;
}
a:hover.a2{
	color:fuchsia;
}
a:link.a3{
	color:fuchsia;
}
a:visited.a3{
	color:fuchsia;
}
a:hover.a3{
	color:red;
}
a:link.a4{
	color:green;
}
a:visited.a4{
	color:green;
}
a:hover.a4{
	color: #00CC00;
}
a:link.a5{
	color:#999999;
}
a:visited.a5{
	color:#999999;
}
a:hover.a5{
	color: #000000;
