﻿/* ----------------------定义全局-------B---------------------*/
body 
{
	font-size: 9pt;
	margin-right: 1px;
	color: #003366;
	overflow:auto;
    margin: 0px; 
    clip: rect(auto auto auto auto);
    font-family:"宋体";
	}
	

 A:link {text-decoration: none}
 A:visited {text-decoration: none; color: #ff0066}
 A:active {text-decoration: none; color: #FF0000}
 A:hover {text-decoration: underline; color: #FF0000}
 a.movelink {text-decoration: none; color:#006677}
 a.movelink:hover {color: #FF0000; text-decoration: none; position: relative; Top: 1pt}
 
.LeftLinkColor{color: #ffffff;}
.RightLinkColor{color: #999999;}
 

.td {
	font-size: 9pt;BORDER-BOTTOM: #FF6666 1px solid; BORDER-LEFT: #FF6666 1px solid; BORDER-RIGHT: #FF6666 1px solid; BORDER-TOP: #FF6666 1px solid
}
.tb {
	BORDER-BOTTOM: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid
}
.InputCss {  
    font-size: 9pt; 
    color: #003399; 
    font-style: normal; 
	/*background-color: #CCCC99; */
    border-color: #93BEE2 #93BEE2 #93BEE2 #93BEE2 ; 
    border: 1px #93BEE2 solid
}
/*div在页面中居中
<div id="Content">
       <div id="inner">aaaaaaa	   </div>
   </div>
   */
#Content{
	  width: 900px;
	  position: relative;
	  left: 50%;
	  margin-left: expression(-(this.offsetWidth/2)+"px");
	}
  /*background: url(/Images/logo.gif) no-repeat;*/
#inner {
       width:100%; height:100%;
	}

/* ----------------------定义全局------E---------------------*/
/*-----------------------主页用--------B---------------------*/
/* 定义div一条细线  margin-left: 10px  DIV本身左缩进 margin-right: 10px本身右缩进*/
.titleline{ border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #156AA1; 
	padding:5px 5px;width:400px;margin-left: 8px; margin-right: 2px;}
/*-----------------------主页用--------E---------------------*/
/*-----------------------新闻用--------B---------------------*/
/* 定义div一条细线*/
.aline{ border-top:1px solid #d3e4e4; height:10px; font-size:1px; clear:both}

/* 定义div页面宽度*/
.main{ width:950px; margin:0px auto;}
/* 定义左边div宽度*/
.mainleft{ float:left; background:#f9fdfd; border:1px solid #d3e4e4; width:598px; padding:10px 20px;}
/* 定义漂浮到右边的div宽度*/
.mainright{ float:right; width:300px;}

/* 文章行高,字体*/
.newsmain{ line-height:22px; margin:0px 20px; font-size:14px;}
/* 来源或作者*/
.author{ text-align:right; line-height:25px; color:#666666;}
/*-----------------------新闻用-------E---------------------*/