﻿@charset "utf-8";
BODY{
    margin: 0px auto;
    padding: 0px; 
    font-family: "宋体","Verdana","Arial","sans-serif";
	color: #262626; /*文字颜色*/
    font-size: 12px;
    line-height: 100%;
    text-align: center; /*内容居中*/
	background-image: url(../images/bg.jpg);/*背景图片*/
	background-color: #FFFFFF; /*背景颜色*/
    }

/*一般超级链接*/
a { color:#000000; text-decoration:none;}
A:link {
	COLOR: #1f3a87; TEXT-DECORATION: none
}
A:visited {
	COLOR: #1f3a87; TEXT-DECORATION: none
}
A:hover {
	COLOR: #bc2931; TEXT-DECORATION: underline
}
A:active {
	COLOR: #bc2931
}

a.blue { color:#024DB0; text-decoration:none;}
a.blue:hover {color:#FF0000;text-decoration:none;}  

a.red { font-size: 13px;color:#FF0000; text-decoration:none;}
a.red:hover {font-size: 13px;color:#024DB0;text-decoration:none;}  

a.menu_pic { BACKGROUND-IMAGE: url(../images/menu_up.jpg);}
a.menu_pic:hover { BACKGROUND-IMAGE: url(../images/menu_over.jpg);}

a.menu_pic1 { BACKGROUND-IMAGE: url(../images/menu_over.jpg);}
/*a.menu_pic1:hover { BACKGROUND-IMAGE: url(../images/menu_up.jpg);}*/

a.news { color:#7F7F7F; line-height: 1.2em; text-decoration:none;}
a.news:hover {color:#000000; line-height: 1.2em; text-decoration:none;} 

/*去掉热点地图上的区域线框与超链接的线框*/
a {blr:expression(this.onFocus=this.blur())}
area {blr:expression(this.onFocus=this.blur())}

/*无背景按钮*/
.bt {  font-size: 9pt; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; height: 16px; width: 40px; background-color: #FFFFFF; cursor: hand}
/*无导航图菜单*/
.menu_pic {
	BACKGROUND-IMAGE: url(../images/menu_up.jpg);
	color: #efefef;
	font-weight: bold;
	font-size: 14px;
	font-family: "黑体";
	text-align:center;
	cursor:hand;
}
.menu_pic_over { 
	color: #efefef;
	font-weight: bold;
	font-size: 14px;
	font-family: "黑体";
	text-align:center;
	cursor:hand;
	BACKGROUND-IMAGE: url(../images/menu_over.jpg);
}
.TopMenu {
	font-family: "宋体", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding:3px,0px,0px,0px;
	cursor:hand;
}

/*表格属性*/
table
{
   font-size:12px;
   line-height:22px;
   border-collapse:collapse;/*自动把相同的边框线合并*/
   word-break:keep-all;
}

td {
	font-size: 12px; 
	line-height: 22px;
}

/*边距离*/
.padding {
	padding: 5px; 
}

.pic {
  padding: 2px;
  border: 1px #DADADA solid;
}

/*标题*/
.title_14 {
	color: #0368A3; 
	font-family: Arial;
	font-size: 14px; 
	font-weight:bold;
}

.title {
	color: #1141AF; 
	font-family: Arial;
	font-size: 14px; 
	font-weight:bold;
}

/*红色文本*/	
.text_red {
	color: #FF0000;
	font-size: 12px; 
	line-height: 1.5em; 
}

.text_black {
	color: #000000;
	font-size: 12px; 
	line-height: 1.5em; 
}

.text_white {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
	white-space: nowrap;
}

/*版权所有文本属性*/	
.copyright {
	color: #3C3C3C; 
	font-size: 12px; 
	line-height: 1.3em; 
	text-align:center;
}

.button
{
	FONT-SIZE: 9pt;
	HEIGHT: 18px;
	background-color: #ededed;
	border: 1px solid #999999;
	cursor:hand;
	padding:0px,0px,2px,0px;
}
.white{
	background-color:#4A94ED;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	letter-spacing:1;
	font-weight:bold;
}
.RegField{
	background-color:#C4F0FF;
}
.RegField1{
	background-color:#E8F8FF;
}
.category{
	color:#ff0000;
	font-size:12px;
	letter-spacing:8;
	filter: DropShadow(Color=#cccccc, OffX=1, OffY=1, Positive=true);
	line-height: normal;
}
input {  font-family: "Arial"; font-size: 12px; color: #003366}
textarea {  font-family: "Arial"; font-size: 12px; color: #003366}
