/* ---------------------基本类------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("../images/bg-0054.gif");
}
td,select,txtarea{
	font-family: Tohoma, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height:180%;
}
/* --------------------默认链接式样-------------------------- */
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	color: #444444;
	text-decoration: none;

}
a:hover {
	color: #CE0502;
	text-decoration: underline;
}
a:active {
	color: #444444;
	text-decoration: none;
}
/* ----------------------表单控件样式类----------------------- */
input{
	height:18px;
	line-height:18px;
	border: 1px solid #CCCCCC;
}
/* -------边框类--------- */
.LineSoild {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
}
/* -------------------------控制类--------------------------------------- */
/* 单元格内文本缩进6PX*/
.FntIndent6 {
	text-indent: 6px;
}
/* 表单间距为0*/
.Margin0
{
	margin: 0px;
}

/* --------------------------字体定制类------------------ */
.TxtBlue {
	color: #0066A6;
}
.TxtRed {
	color: #CE0502;
	font-weight: normal;
}
.TxtOrange {
	color: #FFFF00;
}
.TxtWhite {
	color: #FFFFFF;
}
.TxtWhiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
.TxtDeepGreen {
	color: #004B3E;
}
.TxtBlue {
	color: #1053B5;
}
.TxtBlueBold {
	font-weight: bold;
	color: #1053B5;
}
.TXTBlackBold {
	color: #444444;
	font-weight:bold;
}
/* 14Px加粗黑字 */
.TxtBlack14B {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
/* ------------------------时间和日期类------------------------ */
.DateAndTime {
	font-family: Verdana;
	font-size: 10px;
	color: #444444;
	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;
}
/* ------------------------伪类------------------------ */
/* 白色链接 */
#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: #ce0502;
	font-weight: normal;
}
#LinkOrange a:link {
	text-decoration: none;
	color: #ce0502;
	font-weight: bold;
}

#LinkOrange a:hover {
	text-decoration: underline;
	color: #FF6600;
	font-weight: bold;
}


/* 绿色链接 */
#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;}
#Linkred {
	color: #ce0502;
	font-weight: bold;
}
#Linkred a:link {
	font-weight: bold;
	color: #ce0502;
}
#Linkred a:hover {
	font-weight: bold;
	color: #CB0C02;
	text-decoration: underline;
}
