
body {
	font-size: 12px;
	background-image: url(../images/allbj.gif);
	margin: 0px;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
}

form {
	font-size: 12px;
	}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
}

select {
	font-size: 12px;
}

ul {
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
}

/*普通文字链接属性*/
a:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 18pt;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 18pt;
}

a:hover {
	text-decoration: underline;
	color: #DB0000;
	font-size: 12px;
	line-height: 18pt;
}

a:active {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 18pt;
}

/*一级栏目文字和链接属性*/
a.white:link {
	font-size: 14px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
a.white:hover {
	font-size: 14px;
	font-weight: normal;
	color: #FFCC66;
	text-decoration: underline;
	line-height: normal;
}
a.white:active {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}

.white{
	font-size: 14px;
	color: #FFFFFF;
}

/*栏目文字属性-红色加粗*/
.lanmu {
	font-size: 14px;
	line-height: 18pt;
	color: #CE0000;
	font-weight: bold;
}

/*公告信息文字属性-*/
.red {
	font-size: 12px;
	color: #AD011D;
}

/*时间和版权文字属性-*/
.gray {
	font-size: 12px;
	font-weight: normal;
	color: #737173;
	line-height: 16pt;
	clip: rect(auto,0px,auto,0px);
	margin: 0px;
}

.small {
	font-size: 9px;
}

.big {
	font-size: 18px;
}

.bodystyle {
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
/*表格的TABLE类*/

.Table{  
	font-size:9pt;
    border: solid; 
    background-color:#B1D8E0;
    color:#000000;  
	border:1px solid #999;
}

/*表格的TD类-标题样式*/

.TDTitle {
	font-size:13px;
	background-color:#FAD584;
	border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff #ffffff #808080 #ffffff;
	color:#000000;
	font-weight: bold;
	height: 32px;
	text-indent:8pt;
}

/*表格的TD类-表头一行样式*/

.TdHeader{
	background:#FCE6B5;
	color: #000000;
	line-height: 15px;
	text-indent:2pt;
}
.TdHeader2{
	background:#FAD584;
	color: #000000;
	line-height: 15px;
	text-indent:2pt;
}
.TdDataName{
	background-color: #FCE6B5;
	color: #000000;
	height: 18px;
	line-height: 15px;
	text-indent:4pt;
}
.TdData{
	height:18px;
	background-color:#f7f7f7;
	color: #000000;
	line-height: 22px;
	text-indent:4pt;
}
.TdListOne td{
	background-color: #f5f5f5;
	color: #000000;
	line-height:15px;
	text-indent:1pt;
}

.TdListTwo{
	height:18px;
	background-color: #F1EBEB;
	color: #000000;
	line-height: 15px;
	text-indent:1pt;
}

.TdTDTitle{
	font-size:14px;
	color:#666;
	font-weight:bold;
	background:#FAD584;
}


