/* ========================================================= */
/* 基础样式定义												 */
/* 版本：2006.06.29											 */
/* ========================================================= */

/* 常规样式 */
A.khui:link,A.khui:visited{
	text-decoration:none;
	color:"red";
	font: 14px;
	font-weight: bold;
	word-spacing: normal;
}
A.khui:active,A.khui:hover{text-decoration:none;color:#006699;}
body,td,th,p,div {
	font-size: 12px;
	margin: 0px;
	line-height:2;
	color: #333333;
}
ul {}
li {}
.f12w {
	line-height: 2;
	color: #FFFFFF;
}

hr { background: #CC0000; width: 100%; height: 1px; }
h1 {}
h2 {}
h3 {}
input {}

a:link,a:visited{text-decoration:none;color:#333333;}
a:active,a:hover{text-decoration:underline;color:#006699;}

/* 行距样式 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;}

/* 
	色码
	=====================
	红色	red		r
	橙色	orange	o
	黄色	yellow	ye
	绿色	green	g
	青色	cyan	cy
	蓝色	blue	b
	紫色	purple	pu
	灰色	gray	gr
	黑色	black	bk
	白色	white	wh


	常用标识符
	=====================
	s	加粗


	常用定义
	=====================
	1.首字母大写，其余字母小写

 */
.f12l {
	line-height: 2;
	font-weight: bold;
	color: #006CB5;
}
.f12s {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}

.list {
	list-style-image: url(images/icon_03.gif);
	list-style-position: outside;
}
.xiaxian {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: double;
	border-top-color: #98B7DC;
	border-right-color: #98B7DC;
	border-bottom-color: #98B7DC;
	border-left-color: #98B7DC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.list_bj {
	background-attachment: fixed;
	background-image: url(images/ProDot.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
