body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(bg_01.jpg);
background-position: center; 

background-attachment: fixed;} 

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link, a:visited,a:active {  color: #000000;text-decoration:none}
a:hover {  color: #ff0000; text-decoration:none }

a.red_link:link, a.daohang:visited { color:#ff0000; text-decoration:none }
a.red_link:hover { color:#000000; text-decoration:none }

.border_dot {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
