/*页面属性*/
body,td,th {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}

/*表格属性*/
.ta01 {border-bottom:1px dotted #CCCCCC;}

/*字体属性*/
.wd01 {
	color: #FFFFFF;
}
.wd02 {color:#FFFFFF; font-weight:bold;}
.wd03 {color:#333333; font-weight:bold;}

/*段落属性*/