/*初始连接的颜色为黑色*/
  A:link    {text-decoration: none; color: #000000; behavior:url(../css/blue.htc)}
  A:hover   {text-decoration: none; color: #666666; behavior:url(../css/blue.htc)}
  A:visited {text-decoration: none; color: #000000; behavior:url(../css/blue.htc)}
/*连接颜色为白色*/
A.a:link    {text-decoration: none; color: #ffffff; behavior:url(../css/blue.htc)}
A.a:hover   {text-decoration: none; color: #ffffff; behavior:url(../css/blue.htc)}
A.a:visited {text-decoration: none; color: #ffffff; behavior:url(../css/blue.htc)}

/* 点击连接位移一个像素*/
A.b:link    {text-decoration: none; color: #ffffff; behavior:url(../css/blue.htc)}
a.b:hover   {text-decoration: none; color: #ffffff;	position: relative;	right: 0px;	top: 1px; behavior:url(../css/blue.htc)};}
A.b:visited {text-decoration: none; color: #ffffff; behavior:url(../css/blue.htc)}

A.c:link    {text-decoration: none;color: #666666}
A.c:visited {text-decoration: none; color: #666666}
A.c:active {COLOR: #0000FF; TEXT-DECORATION: underline}
A.c:hover {COLOR: #FF0000; TEXT-DECORATION: underline}


A.d:link    {text-decoration: none;color: #999999}
A.d:visited {text-decoration: none; color: 999999}
A.d:active {COLOR: #FF7D00; TEXT-DECORATION: underline}
A.d:hover {COLOR: #FF7D00; TEXT-DECORATION: underline}

A.e:link    {text-decoration: none;color: #666666}
A.e:visited {text-decoration: none; color: #666666}
A.e:active {COLOR: #FF7800; TEXT-DECORATION: underline}
A.e:hover {COLOR: #FF7800; TEXT-DECORATION: underline}

A.f:link    {text-decoration: none;color: #067CDB}
A.f:visited {text-decoration: none; color: #067CDB}
A.e:active {COLOR: #067CDB; TEXT-DECORATION: underline}
A.f:hover {COLOR: #067CDB; TEXT-DECORATION: underline}




.newview {font-size:14.9px;line-height: 20px;}
/*初使表格内的字体为12个像素*/
td {  font-size: 12px;}

/*--------------------------------input样式-----------------------------------------------*/
textarea {  font-size: 12px; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
select.a {  font-size: 12px; height: 15px; background : #FFFDE7; }
input.button1
{	
	background-color:eeeeee;
	height:22px;
	font-size:12px;
	border-left:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
input.a{
		border : 1 
		solid #000000;	
		font-size : 9pt; 
		height=17px;
		}

input.b{

	background-color: transparent;
	color:green;
	font-size:9pt;
	border-left:0px solid #eeeeee;
	border-top:0px solid #eeeeee;
	border-right:0px solid #000000;
	border-bottom:1px solid #000000;
}

input.c{
	border : 1 solid #000000;
	font-size : 12px;
	background : #FFFDE7;
}

input.d{

	background-color: transparent;
	color:green;
	font-size:9pt;
	border-left:0px solid #eeeeee;
	border-top:0px solid #eeeeee;
	border-right:0px solid #000000;
	border-bottom:1px solid #000000;
}
input.f{
		border : 0 
		solid #000000;	
		font-size : 9pt; 
		height=17px;
		}
/*-------------------------------------------------------------------------------*/

/*--------------------------表格背景图---------------------------------------------*/
td.bga{	background-position: bottom center;	background-repeat:no-repeat;}
td.bgb{	background-position: bottom right;	background-repeat:no-repeat;}
td.bge{	background-position: top right;	background-repeat:no-repeat;}
td.bgc{	background-position: top;       	background-repeat: repeat-x;}
td.bgd{	background-position: top center;    background-repeat: repeat-y;}
td.bgE{	background-position: top center;    background-repeat: no-repeat;}

/*-------------------------------------------------------------------------------*/

/*--------------------------字间距---------------------------------------------*/
.lettera{letter-spacing: 1px;}
.letterb{letter-spacing: 2px;}
/*-------------------------------------------------------------------------------*/

/*--------------------------行间距---------------------------------------------*/
.lineha{ line-height: 18px;}
.linehb{ line-height: 23px;}
.linehc{ line-height: 21px;}
/*-------------------------------------------------------------------------------*/

/*--------------------------字体效果投影---------------------------------------------*/
.font{filter:dropshadow(color=#ffffff,offx=1,offy=1,positive=1);letter-spacing: 1px;}
/*-------------------------------------------------------------------------------*/
.bod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight : bold;
}