body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}
.new{ font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color: #FF0000;}
.small{ font-family:Arial; font-size:12px;  color: #000;}
.new1{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color: #000;}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.leftlist {
	margin-left: 10px;
	padding-left: 2px;
	list-style: none; margin-top:5px;
}
.leftlist li {
	padding-left: 20px;
	background-image: url(image/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%; 
	line-height:20px; 
}
.leftlist li a {
	font-family:arial;
	font-size:12px;
	 color:#000; text-decoration:none;
}
.leftlist li a:hover {
	font-family:arial;
	font-size:12px;
	color: #FF0000;
}


.bg{ background-color:#fff; color:#999999; border:1px solid #666666;}
