
table{
	font-size: 12px;
}

.table01 {
	background-color: #cccccc;
}
.table02 {
	background-color: #666666;
}

.block01 {
	font-size: 12px;
	background-color: #B9B9B9;
	color: #000000;
}
.block02 {
	background-color: #F3F5E9;
}
.block03 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 13px;
	font-weight: bold;
}
.block04 {
	background-color: #FCF9F3;
	padding: 3px;
}

.block_1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #F3F5E9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	color: #CC6600;
}
.block_2 {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #666666;
}
.block_3 {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}
.block_4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #F3F5E9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.height5 {
	height: 5px;
}
.height8 {
	height: 8px;
}
.height25 {
	height: 25px;
}

.input1 {
	color: #333333;
	background-color: #FFCC00;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.input2 {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #E1E1E1;
	border: 1px solid #666666;
}

.boldred {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.redtitle {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.bigtitle {
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	word-spacing: 0.5em;
}
.white {
	color: #FFFFFF;
}

.padddetail {
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	padding-top: 0.5em;
	padding-right: 3em;
	padding-bottom: 0.5em;
	padding-left: 3em;
}
.padddetail2 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 0.5em;
}
.padddetail3 {

	font-size: 13px;
	line-height: 18px;
	color: #333333;
	padding: 0.3em 0.5em;
}
.padddetail4 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 0.3em;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
a.a1:link {
	color: #000000;
	text-decoration: none;
}
a.a1:visited {
	color: #000000;
	text-decoration: none;
}
a.a1:hover {
	color: #990000;
	text-decoration: none;
}
a.a2:link {
	color: #000000;
	text-decoration: none;
}
a.a2:visited {
	color: #000000;
	text-decoration: none;
}
a.a2:hover {
	color: #555555;
	text-decoration: underline;
}
a.a3:link {
	color: #ffffff;
	text-decoration: none;
}
a.a3:visited {
	color: #ffffff;
	text-decoration: none;
}
a.a3:hover {
	color: #FFDE00;
	text-decoration: underline;
}
.padddetail5 {

	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 0.3em;
}
/*-------------单元格带下划细红线样式-------------*/
.TitleTD1 {
	border-bottom: 1px solid Red;
	height: 25px;
}
