body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}


a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	line-height:22px;
}

a:link {font-family: "Arial", "Helvetica", "sans-serif";font-size: 12px;color: #333333;text-decoration: none;}
a:active {font-family: "Arial", "Helvetica", "sans-serif";font-size: 12px;color: #333333;text-decoration: none;}
a:visited {font-family: "Arial", "Helvetica", "sans-serif";font-size: 12px;color: #333333;text-decoration: none;}
a:hover {font-family: "Arial", "Helvetica", "sans-serif";font-size: 12px;color: #FF6000;text-decoration: none;}

虚线灰色超链接样式
a.xx:link {PADDING-BOTTOM: 1pt; COLOR: #333333; BORDER-BOTTOM: #333333 1px dotted; FONT-FAMILY: 宋体; font-family: "Arial", "Helvetica", "sans-serif";font-size: 11px;color: #333333; TEXT-DECORATION: none;}
a.xx:active {PADDING-BOTTOM: 1pt; COLOR: #333333; BORDER-BOTTOM: #333333 1px dotted; FONT-FAMILY: 宋体; font-family: "Arial", "Helvetica", "sans-serif";font-size: 11px;color: #333333; TEXT-DECORATION: none;}
a.xx:visited {PADDING-BOTTOM: 1pt; COLOR: #333333; BORDER-BOTTOM: #333333 1px dotted; FONT-FAMILY: 宋体; font-family: "Arial", "Helvetica", "sans-serif";font-size: 11px;color: #333333; TEXT-DECORATION: none;}
a.xx:hover {PADDING-BOTTOM: 0pt; COLOR: #333333; BORDER-BOTTOM: #333333 0px dotted; font-size: 11px;color: #FF6000; text-decoration: none;}

a.xhxlink:link {
 color:#333333;
 text-decoration: underline;
}
a.xhxlink:active {
 color:#333333;
 text-decoration: underline;
}
a.xhxlink:visited {
 color:#333333;
 text-decoration: underline;
}
a.xhxlink:hover {
 color:#FF6600;
 text-decoration: underline;
}

a.whitelink:link {
 color:#fff;
 text-decoration: none;
}
a.whitelink:active {
 color:#fff;
 text-decoration: none;
}
a.whitelink:visited {
 color:#fff;
 text-decoration: none;
}
a.whitelink:hover {
 color:#FFFF00;
 text-decoration: none;
}

只有表格底部有虚线样式
.tablexx {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
}
表格外框实线1像素
.tablek {
	border: 1px solid #787270;
}

.whitefont {
	font-size: 12px;
	color: #FFFFFF;
}

.redfont {
	font-size: 12px;
	color: #ff0000;
}

.bluefont {
	font-size: 12px;
	color: #003399;
}

.darkredfont {
	font-size: 12px;
	color: #c60000;
}

.td1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

