﻿
/* CSS Document */
body,td,tr {
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
table{word-break:break-all;}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

/*  菜单  */
.menua:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:13px;
}
.menua:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size:13px;
}
.menua:hover {
	text-decoration: underline;
	color: #EEEEEE;
	font-size:13px;
}
.menua:active {
	text-decoration: none;
	color: #FF0000;
	font-size:13px;
}

.menuline {
	color:#FFFFFF;
	font-size:13px;
	height:27px;
}

/*页脚*/
.bottoma:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottoma:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.bottoma:hover {
	text-decoration: underline;
	color: #EEEEEE;
}
.bottoma:active {
	text-decoration: none;
	color: #FF0000;
}

.tbTitle {
	font-size:13px; color:#FFFFFF;height:30px; padding:5px 0px 0px 28px; line-height:30px;vertical-align:middle; display:block; overflow:hidden;
}

.tdImg {
	background:url(15.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.bgline {
	height:1px;
	line-height:1px;
	background:url(16.png);
	background-repeat:repeat-x;
}


