a,body,div,input,select,p,span,table,td,textarea,th,tr { font-size: 12px; font-family: "Arial","宋体"; }

/******************HTML*****************/
a { color: #333333; text-decoration: underline; }
a:hover	{ color: #000000; text-decoration: none; }
body {margin-top: 0px; margin-left: 0px; text-align: left; color: #333333; text-decoration: none; }
textarea { text-decoration: none; border: 1px solid #999999; }
input {	HEIGHT: 18px; border: 1px solid #333333; }
select { HEIGHT: 20px; border: 1px solid #333333; }
li { font-size: 10px; font-family: "Arial"; }

/******************  CERNET的VI标准色蓝色无下划线到有下划线  *****************/
a.blue01 { font-family: "宋体"; color: #005083; text-decoration: none; }
a.blue01:hover { font-family: "宋体"; color: #005083; text-decoration: underline; }

/******************  CERNET的VI标准色蓝色有下划线到无下划线  *****************/
a.blue02 { font-family: "宋体"; color: #005083;	text-decoration: underline; }
a.blue02:hover { font-family: "宋体"; color: #005083; text-decoration: none; }

/******************  CERNET的VI标准色灰色无下划线到有下划线  *****************/
a.gray { font-family: "宋体"; color: #C6C5C5; text-decoration: none; }
a.gray:hover { font-family: "宋体"; color: #C6C5C5; text-decoration: underline; }

/******************  黑灰色文本正文  *****************/
a.txt { font-size: 12px; font-family: "宋体"; color: #444444; line-height: 125%; text-decoration: none; }

/******************  蓝色文本正文标题一  *****************/
a.txt1 { font-size: 14px; font-family: "宋体"; color: #000099; font-weight: bold; text-decoration: none; }

/******************  蓝色文本正文标题二  *****************/
a.txt2 { font-size: 12px; font-family: "宋体"; color: #000099; text-decoration: none; }

/******************  蓝色文本正文标题三  *****************/
a.txt3 { font-size: 14px; font-family: "宋体"; color: #000099; line-height: 150%; text-decoration: none; }

/******************  灰色文本正文  *****************/
a.txt4 { font-size: 14px; font-family: "宋体"; color: #444444; line-height: 150%; text-decoration: none; }

/******************  黑色无下划线－蓝色有下划线  *****************/
a.bb { font-size: 12px; font-family: "宋体"; color: #000000; text-decoration: none; }
a.bb:hover { font-size: 12px; font-family: "宋体"; color: #000099; text-decoration: underline; }

/******************  红色无下划线－蓝色有下划线  *****************/
a.rb { font-size: 12px; font-family: "宋体"; color: #CC0000; text-decoration: none; }
a.rb:hover { font-size: 12px; font-family: "宋体"; color: #000099; text-decoration: underline; }

/******************  白色无下划线－黄色有下划线  *****************/
a.wy { font-size: 12px; font-family: "宋体"; color: #FFFFFF; text-decoration: none; }
a.wy:hover { font-size: 12px; font-family: "宋体"; color: #FFFF00; text-decoration: underline; }

/******************  蓝色无下划线－红色有下划线  *****************/
a.br { font-size: 13px; font-family: "宋体"; color: #006600; text-decoration: none; }
a.br:hover { font-size: 13px; font-family: "宋体"; color: #FF6600; text-decoration: underline; }

a.br1 { font-size: 15px; font-family: "宋体"; color: #006600; text-decoration: none; }
a.br1:hover { font-size: 15px; font-family: "宋体"; color: #FF6600; text-decoration: underline; }

/******************  灰色无下划线－红色有下划线  *****************/
a.gr { font-size: 12px; font-family: "宋体"; color: #444444; text-decoration: none; }
a.gr:hover { font-size: 12px; font-family: "宋体"; color: #CC0000; text-decoration: underline; }

/******************  灰色无下划线－蓝色有下划线  *****************/
a.gb { font-size: 12px; font-family: "宋体"; color: #444444; text-decoration: none; }
a.gb:hover { font-size: 12px; font-family: "宋体"; color: #000099; text-decoration: underline; }

/******************  版权信息－黑色无下划线－蓝色有下划线  *****************/
a.bott { font-size: 12px; font-family: "Arial"; color: #000000; text-decoration: none; }
a.bott:hover { font-size: 12px; font-family: "Arial"; color: #000099; text-decoration: underline; }

/******************  蓝色无下划线－黑色有下划线  *****************/
a.gui { font-size: 12px; font-family: "宋体"; color: #000099; text-decoration: none; }
a.gui:hover { font-size: 12px; font-family: "宋体"; color: #000000; text-decoration: underline; }

/******************  白色无下划线－蓝色无下划线  *****************/
a.wb { font-size: 12px; font-family: "宋体"; color: #FFFFFF; text-decoration: none; }
a.wb:hover { font-size: 12px; font-family: "宋体"; color: #000099; text-decoration: none; }

/******************  蓝色无下划线－白色无下划线  *****************/
a.bw { font-size: 12px; font-family: "宋体"; color: #000099; text-decoration: none; }
a.bw:hover { font-size: 12px; font-family: "宋体"; color: #FFFFFF; text-decoration: none; }

/******************  标题白色无下划线14px  *****************/
a.tit { font-size: 12px; font-family: "宋体"; color: #FFFFFF; font-weight: bold; text-decoration: none; }
a.tit:hover { font-size: 12px; font-family: "宋体"; color: #FFFFFF; font-weight: bold; text-decoration: none; }

/******************  正文链接蓝色有下划线－红色有下划线  *****************/
a.link { font-size: 12px; font-family: "宋体"; color: #000099; text-decoration: underline; }
a.link:hover { font-size: 12px; font-family: "宋体"; color: #CC0000; text-decoration: underline; }

/******************  网址链接蓝色有下划线－红色有下划线  *****************/
a.http { font-size: 12px; font-family: "Arial"; color: #0000FF; text-decoration: underline; }
a.http:hover { font-size: 12px; font-family: "Arial"; color: #CC0000; text-decoration: underline; }

/******************  灰色无下划线150%行距  *****************/
a.g15 { font-size: 12px; font-family: "宋体"; color: #444444; line-height: 150%; text-decoration: none; }
a.g15:hover { font-size: 12px; font-family: "宋体"; color: #444444; line-height: 150%; text-decoration: none; }

/******************  登录表单一  *****************/
.input1 { border-right: 0px; border-top: 0px; font-size: 12px; border-left: 0px; width: 159px; COLOR: #006600; border-bottom: 0px; height: 18px; }

/******************  登录表单二  *****************/
.input2 { border-right: 0px; border-top: 0px; font-size: 12px; border-left: 0px; width: 159px; COLOR: #165AB3; border-bottom: 0px; height: 18px; }

/******************  登录表单三  *****************/
.input3 { border-right: 1px; border-top: 1px; font-size: 12px; border-left: 1px; width: 160px; COLOR: #165AB3; border-bottom: 1px; height: 18px; }

/******************  登录表单四  *****************/
.input4 { font-size: 12px; width: 95px; height: 18px; border: 1px solid #7F9DB9; }

/******************  表单登录按钮一  *****************/
input.ipt01 {
	HEIGHT: 18px; 	
	border : 1px solid #333333;
}
input.ipt01a{
	background: #AEB5D2;
	HEIGHT: 18px; 	
	border : 1px solid #333333;
}

/******************  表单登录按钮二  *****************/
input.ipt02 { font-size: 12px; font-family: "宋体"; color: #FFFFFF; valign: middle; background: #009900; height: 18px; width: 60px;border: 1px solid #009900; }
input.ipt02a { font-size: 12px; font-family: "宋体"; color: #006600; valign: middle; background: #F0F0F0; height: 18px; width: 60px;border: 1px solid #006600; }

/******************  表单登录按钮三  *****************/
input.ipt03 { font-size: 12px; font-family: "宋体"; color: #FFFFFF; valign: middle; background: #165AB3; height: 18px; width: 60px;border: 1px solid #165AB3; }
input.ipt03a { font-size: 12px; font-family: "宋体"; color: #165AB3; valign: middle; background: #F0F0F0; height: 18px; width: 60px;border: 1px solid #165AB3; }

/******************  黑色无下划线连接到黑色无下划线连接  *****************/
a.a00	{
	color: #333333;
	text-decoration: none;
}
a.a00:hover{
	color: #333333;
	text-decoration: none;
}

/******************  黑色无下划线连接到红色有下划线连接  *****************/
a.a01	{
	color: #333333;
	text-decoration: none;
}
a.a01:hover{
	color: #ff0000;
	text-decoration: underline;
}

/******************  黑色无下划线连接到红色无下划线连接  *****************/
a.a02	{
	color: #333333;
	text-decoration: none;
}
a.a02:hover{
	color: #ff0000;
	text-decoration: none;
}

/******************  红色无下划线连接到蓝色有下划线连接  *****************/
a.a03	{
	color: #ff0000;
	text-decoration: none;
}
a.a03:hover{
	color: #0000ff;
	text-decoration: underline;
}
/******************  蓝色有下划线连接到红色有下划线连接  *****************/
a.a04	{
	color: #333399;
	text-decoration: underline;
}
a.a04:hover{
	color: #ff0000;
	text-decoration: underline;
}
/******************  红色有下划线连接到蓝色有下划线连接  *****************/
a.a05	{
	color: #ff0000;
	text-decoration: underline;
}
a.a05:hover{
	color: #000000;
	text-decoration: underline;
}
/******************  灰色有下划线连接到黑色有下划线连接  *****************/
a.a06	{
	color: #cccccc;
	text-decoration: underline;
}
a.a06:hover{
	color: #000000;
	text-decoration: underline;
}
/******************  黑色无下划线连接到黑色有下划线连接  *****************/
a.a07	{
	color: #333333;
	text-decoration: none;
}
a.a07:hover{
	color: #000000;
	text-decoration: underline;
}
/******************  定义几种非标准12px大小的连接文字  *****************/
a.a10,a.a10:hover {
	font-size:10px;
}
a.a14,a.a14:hover {
	font-size: 14.7px;
}
/******************  定义几个通用字体大小  *****************/
.F10{
	font-size: 10px;
}
.F14{
	font-size: 14.7px;
}
.F01{
	color : #888888;
}

/******************  定义背景色和边框变化的TD效果  *****************/
td.td01{
	border : 1px solid #165AB3;
}
td.td01a{
	background : #F0F0F0;
	border : 1px solid #165AB3;	
}
/******************  定义背景色和边框变化的TD02 *****************/
td.td02{
	border : 1px solid #ffffff;
}
td.td02a{
	background : #AEB5D2;
	border : 1px solid #000000;	
}
/******************  定义背景色和边框变化的TD03  *****************/
td.td03{
	border : 1px solid #F0F0F0;
}
td.td03a{
	background : #165AB3;
	border : 1px solid #165AB3;	
}
/******************  定义背景色和边框变化的TD04  *****************/
td.td04{
	border : 1px solid #DCDCDC;
}
td.td04a{
	background : #165AB3;
	border : 1px solid #165AB3;	
}
/******************  背景色为VI标准灰色，边框为黑色的表格  *****************/
.tab01{
	BORDER: #000000 1px solid;	
	background: #c6c5c5;
}
/******************  背景色为VI标准灰色，边框为0的表格  *****************/
.tab02{
	BORDER: 0px;	
	background: #c6c5c5;
}
/******************  背景色为白色，边框为VI标准灰色的表格  *****************/
.tab03{ 
	BORDER : #dddddd 1px solid;	
}
/******************  背景色为白色，边框为黑色的表格  *****************/
.tab04{
	BORDER: #000000 1px solid;	
}
/******************  背景色为VI标准蓝色，边框为黑色的表格  *****************/
.tab05{
	BORDER: 0px;	
	background: #005083;
}
/******************  背景色为白色，边框为BI标准蓝色的表格  *****************/
.tab06{
	BORDER: #005083 1px solid;	
}
.cray {
	FONT-SIZE: 12px; COLOR: #666666; TEXT-DECORATION: none
}
.blue {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000099; FONT-FAMILY: "宋体"; TEXT-DECORATION: none
}
.blue2 {
	FONT-SIZE: 12px; COLOR: #0000cc; LINE-HEIGHT: 18px
}
.green {
	FONT-SIZE: 12px; COLOR: #009900; FONT-FAMILY: "宋体"; TEXT-DECORATION: none
}
.red {
	FONT-WEIGHT: normal; FONT-SIZE: 13px; COLOR: #ff0000; FONT-FAMILY: "宋体"
}
