<style>
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #00418c;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #00418c;text-decoration: none;} /* 已访问的链接 */
a:hover{color: #ae0927;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;text-decoration: none;} /* 点击激活链接 */


.linkredun{
	text-decoration: underline;
	color: #FF0000;
} /* 链接无下划线,有为underline */ 
a.linkredun:hover{color: #FF0000;text-decoration: none;} /* 鼠标在链接上 */ 

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;
text-decoration: none;
margin-left: 0px;
margin-top: 0px;
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;
/*background-image: url(cssimg/bodybg.gif);
	background-repeat: repeat-x;*/
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 150%; 
}

/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px; 
}
.button 
{ 
/*background-image:url(images/bbk.gif);*/
cursor:hand;
background-color:#ffffff;
height=20;
font-size:12px;
border:#666666 1px solid
}

.inputstyle 
{
	background-color:#FFFFFF;
	font-size:14px;
	margin: 1px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.mainpagetable
{
background:#ffffff;
color: #000000;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
}

.border4 {
	border: 1px solid #CCCCCC;
}
.main_nav_font /* 导航栏文字定义 */
{
color: #333333;
}
a:link.main_nav_font {color: #333333;text-decoration: none;} /* 未访问的链接 */
a:visited.main_nav_font {color: #333333;text-decoration: none;} /* 已访问的链接 */
a:hover.main_nav_font {color: #FF0000;text-decoration: none;} /* 鼠标在链接上 */ 
a:active.main_nav_font {color: #FF0000;text-decoration: none;} /* 点击激活链接 */

.left_tdbgall /* 左栏表格总背景、文字颜色定义 */
{
	background-image: url(*);
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width:188;
	background-color: #FFFFFF;
}
.th_left   /* 左栏标题栏设置 */
{
background-image: url(cssimg/td_bg_02_03.gif);
color: #003B7A;
font-size: 14px;
text-align: left;
padding-left:10;
border-top: 0px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
height: 25;
}
.th_right  /* 右栏标题栏设置 */
{
background-image: url("*");
background:#DDDDDD;
text-align: left;
padding-left:10;
color: #000000;
font-size: 12px;
border-bottom: 1px solid #CCCCCC;
height: 25;
}
.right_tdbgall /* 右栏表格总背景颜色定义 */
{
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.tableBorder  /*  总表格边框 */
{
border: 1px #CCCCCC solid ; 
background-color: #FFFFFF;
font: 12px;
}
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 400;
background:#ffffff;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

.main_tdbgall2 /* 中栏表格总背景颜色定义 */
{
	width: 400;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #9DBBE6;
}

.sub_main_tdbgall /* 子栏目中栏表格总背景颜色定义 */
{
	/*width: 592;*/
background:#ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.sub_nav_horizontal /* 子栏目导航栏样式 */
{
text-align: right;
padding-right:5;
border-bottom: 1px solid #CCCCCC;
font: 12px;
height: 25;
}
.sub_pos_horizontal /* 当前位置样式设置 */
{
text-align: left;
font: 12px;
height: 25;
border-bottom: 0px solid #CCCCCC;
}
.photo_sn_bg   /* 图片栏背景大小设置 */
{
background-image: url(cssimg/photosn_bg_03.gif);
color: #000000;
text-align: center;
height: 80;
width: 122;
}
.text_content   /* 文章内容设置 */
{
color: #555555;
text-align: left;
padding-left:20;
font-family:宋体;
font-size: 13px;
line-height: 24px;
padding-right:20;
padding-top:10;
}
.text_title    /* 文章标题设置 */
{
color: #333333;
text-align: center;
padding-left:20;
font-family:宋体;
font-size: 16px;
line-height: 24px;
padding-right:20;
height: 40;
font-weight:bold;
}
.text_author   /* 文章作者设置 */
{
	color: #555555;
	text-align: center;
	padding-left:20;
	font-family:宋体;
	font-size: 12px;
	line-height: 24px;
	padding-right:20;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.text_photo   /*  文章图片设置 */
{
text-align: center;
padding-top:10;
font-family:宋体;
font-size: 12px;
line-height: 24px;
padding-bottom:10;
}

.main_title /* 中栏标题表格背景、文字颜色定义 */
{
	color: #159CF0;
	text-align: left;
	padding-left:10;
	height: 25;
	font-family:宋体;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	line-height: 150%;
	background-color: #1FA0F0;
	background-image: url(cssimg/td_bg_01_03.gif);
}
.main_title_left /* 中栏标题表格背景、文字颜色定义 */
{
	color: #003B7A;
	text-align: left;
	padding-left:10;
	font-family:宋体;
	font-size: 14px;
	line-height: 150%;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:url('cssimg/line_03.gif');
height: 22px
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url('#');
color: #333333;
height: 21;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc
}
.main_tdbg_p /* 栏目文章列表内容表格背景、文字颜色定义*/
{
line-height: 150%;
text-align: center;
padding-left:1;
padding-right:5;
}
</style>
