﻿/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffff00;}
a.channel:visited {color: #ffff00;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffff00;}


/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	margin:0px;
	font-size: 12pt;
	background:url(images/bg_all.jpg);
	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;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: inherit;
	font-weight: normal;
	color: #000;
	bottom: 0px;
	clip: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	font-variant: normal;
	text-align: justify;
}

.copyright
{
	font-family:"宋体"; text-align:center;
	font-size: 10pt;
	line-height: 150%;
	font-weight: normal;
	background-color: #333333;
	color: #FFF;
}




.td_left
{ background:#336699;
}

.Channel
{
	font-size: 11pt; font-weight:bold; text-align:center; 
color:#FF6
}

.Title-content
{
	font-size: 14pt;
	height:2 px;
	vertical-align:middle;
	font-weight: bold;
	padding-left:35px;
	padding-right:35px;
	padding-top:3px;
	padding-bottom:3px;
	clear: both;
	color:#FC0;
	border-left: solid 1px #930;
	font-weight:bold;
	border-right: solid 1px #930;
	border-bottom: solid 1px #930;
	background-color: #930;
}
.Content
{
	font-size: 11pt; align:justify; 	line-height: 150%; text-align:justify;
	height: 16px;
	vertical-align: top;
	top: 3px;
	color: #333333;
		padding-left: 15px;	padding-right: 15px; padding-top: 15px;		padding-bottom: 10px;
			border-left: solid 1px #930;
	font-weight:bold;
	border-right: solid 1px #930;
	border-bottom: solid 1px #930;
}

.Content_text
{
	font-size: 11pt; align:justify; 	line-height: 150%; text-align:justify;
	height: 16px;
	vertical-align: top;
	top: 3px;
	color: #333333;
		padding-left: 15px;	padding-right: 15px; padding-top: 15px;		padding-bottom: 10px;
			border-left: solid 1px #930;
	font-weight:bold;
	border-right: solid 1px #930;
	border-bottom: solid 1px #930;
	TEXT-INDENT:   21.75pt;
}

.Content_title
{
	font-size: 12pt; font:Arial, Helvetica, sans-serif; align:justify; 	line-height: 100%; text-align:center;
	vertical-align: top;
	top: 3px;
	color: #C30;
	font-weight:bold;
}


.Title-content_left
{
	text-align:center;
	font-size: 14 pt;
	height:16 px;
	vertical-align:middle;
	font-weight: bold;
	padding-top:3px;
	padding-bottom:3px;
	clear: both;
	color:#FF6;
	border-left: solid 1px #930;
	font-weight:bold;
	border-right: solid 1px #930;
	border-bottom: solid 1px #930;
	background-color: #930;
}
.Content_left
{
	font-size: 10pt; align:justify; 	line-height: 100%; text-align:justify;
	height: 12px;
	vertical-align: top;
	top: 3px; color:#900;
	  
		padding-left: 15px;	padding-right: 15px; padding-top: 15px;		padding-bottom: 10px;
			border-left: solid 1px #930;
	font-weight:bold;
	border-right: solid 1px #930;
	border-bottom: solid 1px #930;
}
