/* 常规样式============================================================================================ */
* { padding: 0; margin: 0px; }

TD,TH,BODY { font-size: 12px; font-family: Arial; color: white; margin: 0; text-decoration : none; }

ul {}
li {}
hr { background: #CC0000; width: 100%; height: 1px; }
h1 {}
h2 {}
h3 {}
p{
	font-size: 14px; line-height: 23px; text-indent: 24px
}

textarea,input {	border: 1px solid #ccc;}
.Input01{
	height: 18px; width: 155px;
}
form{	margin: 0; padding: 0;}



/* 行距样式 L+百分值 */
.l15{line-height:150%;}
.l20{line-height:200%;}
/* 字体样式 F+字像素值 */
.f11{font-size: 11px;}
.f12{font: 14px; }
.f12s{font-size: 12px;	font-weight: bold;}
.f14{font: 14px; }
.f14s{font-size: 14px; 	font-weight: bold;}
.f15s{font-size: 16px; 	font-weight: bold;}
.f16s{font-size: 20px; 	font-weight: bold;}

.bc{border:1px solid Silver;}


A:LINK,A:VISITED{color:white; text-decoration:none;}
A:ACTIVE,A:HOVER{color:#ffcc00; text-decoration:none;}

A.kr:link,A.kr:visited{text-decoration:underline;color:Red;}
A.kr:active,A.kr:hover{text-decoration:none;color:Red;}

/* 边框样式 B+色码+数字 */
.Bgr { border:1px solid #CC0000; }
.Bgr2 { border:10px solid #F2F2F2; }

/* 色彩样式 C+色码+数字 */
.Cr{ color: Red; }


.dline01{ margin: 8px 0px 12px 0px; border-bottom: 1px dashed #999966; }
.dline02{ margin: 0px 0px 4px 0px; border-bottom: 1px dashed #999966; }

.pdx01{ padding: 4px 12px 0 12px; }
.pdx02{ padding: 0 8px 0 8px; }
.pdx03{ padding: 0 0 2px 0; }
.pdx04{ padding: 0 0 4px 0; }
.pdx05{ padding: 4px 0 0 0; }
.pdx06{ padding: 2px 0 0 4px; }
.pdx07{ padding: 12px 0 0 0; }

.mgx04{ 	margin: 0 0 4px 0; }

.bx01{ border-bottom: 1px solid #ccc; }
.bx02{ border: 1px solid #EEE; background-color: #F9F9F9; }
.bx03{ border: 1px solid #EEE;}
.bx04{ border-top: 1px solid #eee; }
.bx05{ border-bottom: 1px dotted #ccc; }

.txt01{ float: left; font-size: 14px; font-weight: bold; color: white; padding: 12px 0 9px 40px; }

.title01{
font-size: 24px; font-weight: bold; color: #EA0000;
filter : progid:DXImageTransform.Microsoft.Glow(color=white,strength=4);
}
.title02{
font-size: 24px; font-weight: bold; color: FFD200;
filter : progid:DXImageTransform.Microsoft.Glow(color=black,strength=1);
}

.bg01{ background: url(Imgs/M0010012.gif) no-repeat left 1px; }
.bg02{
	background-color: #F2F2F2;
}


.bt01{
	 text-align: center;line-height: normal; float: right; 
}
.bt01 a{
	float: left;
	background: url(images/qjd_bt_bg.jpg) no-repeat left 0px;
	margin: 0;
	padding: 0px 0 0px 7px;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #f4f4f4;
}
.bt01 a span{
	float: none;
	display: block;
	background: url(images/qjd_bt_bg.jpg) no-repeat right 0;
	padding: 4px 7px 0px 0px;
}
.bt01 a:hover{
	background-position: left -41px;
}
.bt01 a:hover span { color: #ffcc00; background-position: right -41px; }
/* 
	色码
	=====================
	红色	red		r
	橙色	orange	o
	黄色	yellow	ye
	绿色	green	g
	青色	cyan	cy
	蓝色	blue	b
	紫色	purple	pu
	灰色	gray	gr
	黑色	black	bk
	白色	white	wh


	常用标识符
	=====================
	s	加粗


	常用定义
	=====================
	1.首字母大写，其余字母小写

*/

