/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

table {
	font-size: 12px;
}
td {
	font-size: 12px;
}

/* 默认超链样式 黑色 字体 */
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}


/* Arial 链接样式 字号12px 颜色黑色 */
a.a_Arial_black:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.a_Arial_black:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.a_Arial_black:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.a_Arial_black:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}


/* Arial 链接样式 字号12px 颜色黑色 */
a.a_left_nav:visited {
	font-size: 12px;
	color: #7A7A7C;
	text-decoration: none;
	font-weight: bold;
}
a.a_left_nav:link {
	font-size: 12px;
	color: #7A7A7C;
	text-decoration: none;
	font-weight: bold;
}
a.a_left_nav:active {
	font-size: 12px;
	color: #7A7A7C;
	text-decoration: none;
	font-weight: bold;
}
a.a_left_nav:hover {
	font-size: 12px;
	color: #F08D00;
	text-decoration: underline;
	font-weight: bold;
}

/* Arial 文字样式 字号12px 颜色黑色 */
.font_Arial_black {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* 行高18px 文字样式 字号12px 颜色黑色 */
.font_black_1 {
	font-size: 12px;
	line-height:18px;
	color: #000000;
}
/* 行高22px 文字样式 字号12px 颜色黑色 */
.font_black_2 {
	font-size: 12px;
	line-height:22px;
	color: #000000;
}
/* 行高30px 文字样式 字号12px 颜色黑色 */
.font_black_3 {
	font-size: 12px;
	line-height:30px;
	color: #000000;
}

/* 文字样式 字号12px 颜色蓝色 */
.font_blue_1 {
	font-size: 12px;
	line-height:22px;
	color: #449BED;
	font-weight: bold;
}

/* 文字样式 字号14px 颜色蓝色 */
.font_blue_2 {
	font-size: 14px;
	color: #449BED;
	font-weight: bold;
}

/* td bottom-border = 1 */
.td_border_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89B7D8;
}

/* 行高22px */
.td_line-height22px {
	line-height:22px;
}



/*  链接样式 字号12px 颜色蓝色 */
a.a_activities:visited {
	font-size: 12px;
	color: #449BED;
	text-decoration: none;
	font-weight: bold;
}
a.a_activities:link {
	font-size: 12px;
	color: #449BED;
	text-decoration: none;
	font-weight: bold;
}
a.a_activities:active {
	font-size: 12px;
	color: #449BED;
	text-decoration: none;
	font-weight: bold;
}
a.a_activities:hover {
	font-size: 12px;
	color: #449BED;
	text-decoration: underline;
	font-weight: bold;
}

.td_border_2 {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #89B7D8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #89B7D8;
}
.td_border_1_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89B7D8;
	background-image: url(../images/2009/xiuxianquh.jpg);
	background-repeat: repeat-y;
}
