<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a {text-decoration: none;} /* 无下划线,有为underline */
a:link {
	color: #333333;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
} /* 未访问链接 */
a:visited {
	color: #333333;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
} /* 已访问链接 */
a:hover {
	color: #000000;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
} /* 焦点链接 */ 
a:active {color: #000000;} /* 活动链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.index:link {
	color: #CC3333;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}
a.index:visited {color: #CC3333;}
a.index:hover{
	color: #CC3333;
	font-family: "宋体";
	font-weight: bold;
}
a.index:active {color: #CC3333;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {
	color: #A86838;
	font-family: "宋体";
	font-size: 13px;
}
a.bottom:visited {color: #A86838;}
a.bottom:hover{color: #0E6BE9;}
a.bottom:active {color: #A86838;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{ 
/*background-color:#CCCCCC;*/
margin-left: 10px;
margin-top:10px;
margin-right: 0px;
margin-bottom: 10px;
font-size: 9pt;color:#005B97;
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;

}
.content
{
color:#0099CC}
/* 分页显示样式 */
.currtNum {
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.1hig {						
	height:1px;
	background-color: #efefef; 

}
.td20{FONT-FAMILY: ""宋体", tahoma", "arial";font-size: 9pt; height:21;
text-indent: 5px;}
.td30{FONT-FAMILY: ""宋体", tahoma", "arial";font-size: 9pt; height:35;
}
.page {						
	clear: both;
	text-align: right;
	margin: 0px 18px 12px 0px;
}

.page A:link, .page A:visited, .page A:active {
	color: #626262;
	text-decoration: none;
}
.page A:hover {
	color: #111111;
	text-decoration: underline;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
/*td
{
FONT-FAMILY: "tahoma", "宋体", "arial";font-size: 9pt; 
}*/
.righttd{FONT-FAMILY: "tahoma", "宋体", "arial";font-size: 9pt;background-color: #f4f4f4; }
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #0070C7;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
.link{cursor:hand;}
button
{
font-size: 9pt;height: 22px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
	color:#0070C7;
	font-size: 9pt;
	height: 20px;
	width: auto;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}
/*文字左缩进5*/
.txt5 {FONT-FAMILY:  "宋体","tahoma","arial";font-size: 9pt; 
	text-indent: 5px;
}
/*文字右缩进8*/
.txt5 {FONT-FAMILY:  "宋体","tahoma","arial";font-size: 9pt; 
	text-indent: 8px;
}
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ff6600;}
a.guest:active {color: #000000;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}

.td1 {
	font-family: "宋体", "Times New Roman";
	font-size: 12px;
	color: #000000;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.td2 {
	padding-top:0px;
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
a.12:link {
	font-family: "宋体";
	font-size: 18px;
	color: #CC9933;
}
td {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
.left {
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #66CC00;
}
.hd {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #009933;
}
.hd1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339900;
}

/*iframe {
	SCROLLBAR-FACE-COLOR: #999966; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #a8cbf1; 
SCROLLBAR-ARROW-COLOR: #a8cbf1; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #a8cbf1; 
SCROLLBAR-BASE-COLOR: #a8cbf1
}
.gdt {
SCROLLBAR-FACE-COLOR: #dff4fd; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #a8cbf1; 
SCROLLBAR-ARROW-COLOR: #a8cbf1; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #a8cbf1; 
SCROLLBAR-BASE-COLOR: #a8cbf1
/*SCROLLBAR-ARROW-COLOR:三角的颜色
SCROLLBAR-SHADOW-COLOR:右边的颜色
SCROLLBAR-HIGHLIGHT-COLOR:左边的颜色
SCROLLBAR-FACE-COLOR:可拖动区域的背景色
SCROLLBAR-TRACK-COLOR:不能动的颜色*/
}
	
.td3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.input1 {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width: 150px;
}
