/* CSS Document */
body {
	margin:0px;
	background-color: #fff;
	text-align: left;
	line-height: 20px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
body > div 
{
	text-align:left;
	margin-right:auto;
	margin-left:auto;	
} 
h1{ padding: 0px 0px 5px 0px;
	font-family: SimHei, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#main{
	padding: 15px 10px 10px 10px;
	width: 650px;
	background-color: #fff;
	text-align: left;
}
.text3{

	font-size: 12px;
	color: #ed0000;
}
.text4{
	font-size: 13px;
	color: #ed0000;
}
.text5{
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
img{
	border: none;
}
#closewindows{padding: 20px 10px 10px 5px;
	text-align: center;
}
.table1{
	background-color: #f6bfbc;
	width: 100%;
}
.tdbt{
	line-height: 16px;
	color: #333;
	background-color: #f2c8c9;
	text-align: center;
	font-weight: bold;
	height: 25px;
}
.td{
	background-color: #fff;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
}
.td2{
	background-color: #fff;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	text-align: center;
}
ol{
	list-style-type: decimal;
}
ol li ol{
	list-style-type: lower-alpha;
}