﻿/* ---------------------基本类------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-0013.gif);
}
td,select,txtarea{
	font-family: Tohoma, Arial, sans-serif;
	font-size: 12px;
	color: #313131;
	line-height:180%;
	font-weight: normal;
}
/* --------------------默认链接式样-------------------------- */
a:link {
	color: #313131;
	text-decoration: none;
}
a:visited {
	color: #313131;
	text-decoration: none;

}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #313131;
	text-decoration: none;
}
/* ----------------------表单控件样式类----------------------- */
input{
	height:18px;
	line-height:18px;
	border: 1px solid #CCCCCC;
}
/* -------边框类--------- */
.LineSoild {
	border: 4px solid #E9E9E9;
}
/* -------------------------控制类--------------------------------------- */
/* 单元格内文本缩进6PX*/
.FntIndent6 {
	text-indent: 6px;
}
/* 表单间距为0*/
.Margin0
{
	margin: 0px;
}

/* --------------------------字体定制类------------------ */
.TxtBlue {
	color: #0066A6;
}
.TxtRed {
	color: #EC0000;
}
.TxtOrange {
	color: #FF6600;
}
.TxtWhite {
	color: #FFFFFF;
}
.TxtWhiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
.TxtDeepGreen {
	color: #004B3E;
}
.TxtBlue {
	color: #1053B5;
}
.TxtBlueBold {
	font-weight: bold;
	color: #1053B5;
}
.TXTBlackBold {
	color: #000000;
	font-weight:bold;
}
/* 14Px加粗黑字 */
.TxtBlack14B {
	font-size: 18px;
	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;
}
/* ------------------------伪类------------------------ */
/* 白色链接 */
#LinkWhite {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
}
#LinkWhite a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#LinkWhite a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#LinkWhite a:hover {
	text-decoration: underline;
	color:#FFCC00;
	font-weight: bold;
}
#LinkWhite a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

/* 橙红链接 */
#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;}

