/* 常规样式============================================================================================ */
body,td,th,p,div { font-family: Arial; font-size: 12px; margin: 0px; line-height:150%;}
ul {}
li {}
hr { background: #CC0000; width: 100%; height: 1px; }
h1 {}
h2 {}
h3 {}
textarea,input {	border: 1px solid #999;}
form{	margin: 0; padding: 0;}

a:link,a:visited{text-decoration:none;color: Red;}
a:active,a:hover{text-decoration:underline;color: Red;}

/* 行距样式 L+百分值 */
.L15{line-height:150%;}
.L20{line-height:200%;}

/* 字体样式 F+字像素值 */
.F12{font: 12px; }
.F12s{font-size: 12px;	font-weight: bold;}
.F14{font: 14px; }
.F14s{font-size: 14px; 	font-weight: bold;}

/* 边框样式 B+色码+数字 */
.Bgr { border:1px solid #CC0000; }

/* 色彩样式 C+色码+数字 */
.Cr{ color: Red; }

/* 链接样式 K+色码+数字 */
A.Kr:link,A.Kr:visited{text-decoration:underline;color:#990000;}
A.Kr:active,A.Kr:hover{text-decoration:none;color:#000000;}

.Title1{
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	background: #f4f4f4;
	border-bottom: 3px double #CCCCCC;
	margin: 0 0 16px 0;
}



/* 
	色码
	=====================
	红色	red		r
	橙色	orange	o
	黄色	yellow	ye
	绿色	green	g
	青色	cyan	cy
	蓝色	blue	b
	紫色	purple	pu
	灰色	gray	gr
	黑色	black	bk
	白色	white	wh


	常用标识符
	=====================
	s	加粗


	常用定义
	=====================
	1.首字母大写，其余字母小写

*/