.STYLE1 {
	color: #25016b;
	font-size: 18px;
	font-weight: bold;
}

a{ color:#333; font-size:12px;}
td{
	font-size:12px	
}


 a.button{
	margin-top:3px;
	text-align:center;
	height:22px; 
	width:80px;
	border:1px solid #666666;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration:none
} 

 
 
a.button1{
	text-align:center;
	height:22px; 
	width:80px;
	border:1px solid #666666;
	padding-top:5px;
	text-decoration:none
	
}
input.button{
	margin-top:5px;
	text-align:center;
	height:22px;
	padding-top:4px;
	font-size:12px;
	width:80px;
	border:1px solid #868686;
	background-color:#FFFFFF;
	cursor:pointer;
	color:#333333
}
div.body{ margin-left:0; margin-top:0; width:100%}
.STYLE4 {color: #666666}
a.no_link{ text-decoration:none;}
.question{
	float:left;
	height:auto; 
	display:block;
	width:300px;
}
.question ul{
	float:left;
	height:22px;
	line-height:22px;
	margin-top:5px;
	margin-left:5px;
	display:block;
}
.exam{
	position:relative;
	width:100%;
	height:auto;
}
.exam ul{
	margin:0px;
	margin-top:10px;
	width:100%;
	line-height:25px;
	list-style:none;
	text-align:left;
	text-indent:10px;

}
.exam tt{
	margin:0px;
	position:static;
	width:100%;
	line-height:22px;
	list-style:none;
	text-align:left;
	padding-left:25px;	
}
.exam tt textarea{
	width:400px;
	height:150px;
}

/*放置功能按钮的表格属性*/
table.resbutton {
	width:100%;
	background-color: #F8F8F8;
	border: 1px solid #ccc;
	margin-top:1px;
	border-collapse:collapse;
}
table.resbutton TD{
	padding:2px;
}
/*放置功能按钮的表格行属性*/
tr.resbutton {

}
/*放置功能按钮的表格栏属性（按钮靠左）*/
td.resbuttonleft{
	text-align:left;
}
/*放置功能按钮的表格栏属性（按钮居中）*/
td.resbuttoncenter{
	text-align:center;
} 
/*放置功能按钮的表格栏属性（按钮靠右）*/
td.resbuttonright{
	text-align:right;
}
table.resbutton a.c,table.resbutton a.c:visited{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}


/*--------------------------分割线---------------------------*/
/*查询结果表格属性*/
TABLE.result 	{
	width:98%;
	border:1px solid #ccc;
	border-collapse:collapse;
}
tr.result_head {
}
tr.result_head td {
}
TABLE.result TD	{
	
}
/*查询结果表格属性2*/
TABLE.result2 	{
	background-color: #999999;
	width:100%;
	border-collapse:collapse;
}
TABLE.result2 TD	{
	padding:2px;
}
/*查询结果表格属性1*/
TABLE.result1 	{
	background-color: #999999;
	width:98%;
	border-collapse:collapse;
}
TABLE.result1 TD	{
	padding:2px;
}
/*查询结果表格的标题行属性*/
TR.result_title 	{
	background-color: #DDDDDD;
	height: 20px;
	text-align: center;
}
/*查询结果表格的标题栏属性*/
TD.result_title {
	font-size: 12px;
	font-weight: bold;
	border-top:1px solid #fff;
	border-bottom-width:0px;
	line-height:18px;
	color:#555;
}
/*查询结果表格的头部行属性	*/
TR.result_head 	{
	background:#A3CFEE;
}
/*查询结果表格的头部栏属性*/
TD.result_head 	{
	text-align:center;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	line-height:1.4em;
}
/*查询结果表格的底部行属性*/
TR.result_bottom 	{
	background:#eee;
}
/*查询结果表格的底部栏属性*/
TD.result_bottom 	{
	border-top:1px solid #fff;
}
/*查询结果表格中部内容行属性1*/
TR.result_content 	{	
    height: 25px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
/*查询结果表格中部内容栏属性1*/
TD.result_content 	{
	font-size: 12px;
	background-color: #fff;
	line-height:18px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
/*查询结果表格中部内容行属性2*/
TR.result_content_ 	{
	background-color: #F0F0FF;
	height: 25px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;

}
/*查询结果表格中部内容栏属性2*/
TD.result_content_{
	font-size: 12px;
	background-color: #E7F0FA;
	line-height:13px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
/*查询结果表格的分割行属性 	*/
TR.result_divide 	{

}
/*查询结果表格的分割栏属性*/
TD.result_divide 	{

}



 