/* ---------------------基本类------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("../images/body-bk.jpg"/*tpa=http://www.kmsmf.com/images/body-bk.jpg*/);
	background-repeat: repeat-x;
	background-color:#000000;
	color: #060503;
}
td,select,txtarea{
	font-family: Tohoma, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height:180%;
}
/* --------------------默认链接式样-------------------------- */
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;

}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
/* ----------------------表单控件样式类----------------------- */
input,TEXTAREA{
	border: 1px solid #fff;
	background-color:#CCCCCC;
}
/* -------边框类--------- */
.LineSoild {
	border: 1px solid #999999;
}
/* -------------------------控制类--------------------------------------- */
/* 单元格内文本缩进6PX*/
.FntIndent6 {
	text-indent: 6px;
}
/* 表单间距为0*/
.Margin0
{
	margin: 0px;
}

/* --------------------------字体定制类------------------ */
.TxtBlue {
	color: #0066A6;
}
.TxtRed {
	color: #FF6600;
	font-weight: bold;
}
.TxtOrange {
	color: #857A5D;
}
.TxtWhite {
	color: #FFFFFF;
}
.TxtWhiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
.TxtDeepGreen {
	color: #004B3E;
}
.TxtBlue {
	color: #666666;
}
.TxtBlueBold {
	font-weight: bold;
	color: #1053B5;
}
.TXTBlackBold {
	color: #FF6600;
	font-weight:bold;
	font-size: 16px;
}
/* 14Px加粗黑字 */
.TxtBlack14B {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
/* ------------------------时间和日期类------------------------ */
.DateAndTime {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/* --------------------------辅助类-------------------------- */
/* 白色下划线 */
.LineDottedWhite {
	BORDER-bottom: #FFFFFF 1px dotted;
	line-height:150%;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
/* 灰色下划线 */
.LineDottedGray {
	BORDER-bottom: #CCCCCC 1px dotted;
	line-height:150%;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.s {
	padding:3px;
	background-color:#857A5D;
}

/* ------------------------伪类------------------------ */
/* 白色链接 */
#LinkWhite {text-decoration:none;color: #FFFFFF;}
#LinkWhite a:link {text-decoration: none;color: #FFFFFF;}
#LinkWhite a:visited {text-decoration: none;color: #FFFFFF;}
#LinkWhite a:hover {
	text-decoration: underline;
	color:#FFCC00;
}
#LinkWhite a:active {text-decoration: none;color: #ffffff;}

/* 橙红链接 */
#LinkOrange {text-decoration: none;color: #FF9900;}
#LinkOrange a:link {text-decoration: none;color: #FF9900;}
#LinkOrange a:visited {text-decoration: none;color: #FF9900;}
#LinkOrange a:hover {text-decoration: none;color: #FF6600;}
#LinkOrange a:active {text-decoration: none;color: #FF6600;}

/* 绿色链接 */
#LinkGreen {text-decoration: none;color: #009900;font-weight: bold}
#LinkGreen a:link {text-decoration: none;color: #009933;}
#LinkGreen a:visited {text-decoration: none;color: #009933;}
#LinkGreen a:hover {text-decoration: none;color: #FF6600;}
#LinkGreen a:active {text-decoration: none;color: #009933;}
