﻿/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
body {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, "宋体";
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
}
table {font-size: 12px;color: #000000;}
tr {font-size: 12px;color: #000000;}
td {
	font-size: 12px;
	color: #666;
	line-height: 150%;
}

h3 {
	line-height: 12px;
}
h4 {
	line-height: 30px;
}

a:link {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}/* 未访问的链接 */
a:hover {
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
} /* 鼠标在链接上 */ 
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
} /* 已访问的链接 */

/* 左侧菜单文字CSS样式 */ 
 .leftmenu {
	height: 25px;
	font-size: 12px;
	color:#666;
	background-image: url(../images/left_tdbgimg.gif);
	text-indent: 20px;
} 
 .lefttd {
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
} 
hr {
	background-color: #CCC;
	height: 1px;
}


/* 标题文字样式开始 */
.textbig {height: 28px; font-size: 14px;font-weight: bold;color: #003399; background-image:url(../images/main_title_line.jpg)} 
.textbig2 { font-size: 12px;color: #003399;} 
.textbig3 { font-size: 14px;color:#333333;} 
.textbig4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	font: 微软雅黑,宋体;
} 
.textbig5 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	font: 微软雅黑,宋体;
} 
.textbig5:link {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	font: 微软雅黑,宋体;
} 
.textbig5:hover {
	font-size: 18px;
	font-weight: bold;
	color: #ff3300;
	font: 微软雅黑,宋体;
} 
.textbig5:visited {
	font-size: 18px;
	font-weight: bold;
	color:#036;
	font: 微软雅黑,宋体;
} 
.textbig6 {
	font-size: 14px;
	font-weight: bold;
	color: #00458A;
	font: 微软雅黑,宋体;
} 
/* 标题文字样式结束 */

/* 左侧菜单背景样式 */


.td {
	height: 25px;
	background-image: url(../images/left_tdbgimg.gif);
	text-align: left;
	text-indent: 10px;
}

/*表格标题样式*/
.table_title {
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	background-image:url(../images/table_titlebg.gif);
	text-align: left;
	text-indent: 5px;
} 
 .table_line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E3E3E3;
	border-bottom-width: 1px;
} 
/*注释文字样式*/
.zstext { font-size: 12px;color:#0099CC} 

.text_asa {font-size: 12px;color:#666;}
.text_blue {font-size: 12px;color:#069;}
.text_blue:link {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.text_blue:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.text_blue:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.text_white {font-size: 12px;color: #FFFFFF;}
.text_white:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.text_white:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.text_white:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.newtext {
	font-size: 12px;
	color: #666;
	padding: 5px;
	line-height: 150%;
	margin:-10px 0px;
	text-indent: 24px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

