.start_60{color:#333333; background: #cccccc;width:60; height:25;font-family:微软雅黑; font-size:12px}/*4字初始*/
.focus_60{color:#ffffff; background: #ff0000;width:60; height:25;font-family:微软雅黑; font-size:12px}/*焦点*/

.start_80{color:#333333; background: #cccccc;width:80; height:25;font-family:微软雅黑; font-size:12px}/*6字初始*/
.focus_80{color:#ffffff; background: #ff0000;width:80; height:25;font-family:微软雅黑; font-size:12px}/*焦点*/


/***引用
<input type="button" name="reg" value="查看内容" onclick="window.open('000.asp', '_self')" class="start_60" onMouseOver="className='focus_60';" onMouseUp="this.className='focus_60';" onMouseOut="className='start_60';" style="cursor:pointer;">
******/


.xzsmenu {FILTER:DropShadow(color=#ffffff,OffX=1, OffY=1);WIDTH:100%}
.xzsmenu1 {FILTER:DropShadow(color=#000000,OffX=1, OffY=1);WIDTH:100%}
.start{ color:#000000;background:#deb887}   /*表单域变色*/

/*鼠标指向图片时加框的程序--------------------------------------*/
.borderimage{ 
border:1px solid white; 
} 



body {
	font-size: 12px;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#000000;
	scrollbar-shadow-color:#ffffff;
	scrollbar-face-color:#c8f4ff;  /*滚动条色*/
	scrollbar-highlight-color:#ccf2ff;/*滚动条背景色*/
	scrollbar-dark-shadow-color:#ffffff;
	scrollbar-3d-light-color:#ffffff;
}

.i2{font-size: 12px; background-color: #EEEEEE; border: 1px ridge #FFFFFF; }
.i3{font-size: 12px; border: 1px solid #666666; padding: 0}
a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}

A.a1:visited {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
A.a1:link {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
A.a1:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
A.a1:active {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

A.a2:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
A.a2:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
A.a2:hover {
	color: #FFCC00;
	text-decoration: none;
	font-size: 12px;
}
A.a2:active {
	color: #FFCC00;
	text-decoration: none;
	font-size: 12px;
}
A.a3:visited {
	color: #00759F;
	text-decoration: none;
	font-size: 12px;
}
A.a3:link {
	color: #00759F;
	text-decoration: none;
	font-size: 12px;
}
A.a3:hover {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}
A.a3:active {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}


table {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-weight: normal;


}
.p1 {
	line-height: 12px;
}

/*鼠标经过出现图片*/
.thumbnail{ 
position: relative; 
z-index: 0; 
} 

.thumbnail:hover{ 
background-color: transparent; 
z-index: 50; 
} 

.thumbnail span{ /*扩大图像*/ 
position: absolute; 
background-color: lightyellow; 
padding: 1px; 
left: -1000px; 
border: 1px dashed gray; 
visibility: hidden; 
color: black; 
text-decoration: none; 
} 

.thumbnail span img{ /*扩大图像*/ 
border-width: 0; 
padding: 2px; 
} 

.thumbnail:hover span{ /*在图附近扩大*/ 
visibility: visible; 
top: 0; 
left: 55px; /*放大图像的位置 */ 
}