body {
	margin: 0px;
}
td {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}

.body-bg {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.body-z {
	padding-left: 20px;
}
#test {margin: 0px;float: left;width: 950px;}
#test ul{list-style:none;margin: 0px;}
#test li{
	float:left;
	width:100px;
	line-height:35px;
}
#test a{
	display:block;
	text-align:center;
	height:35px;
	font-size: 14px;
	color: #1C59AD;
	text-decoration: none;
}
#test a:link{
	color:#1C59AD;
	text-decoration:none;
	font-size: 14px;
	letter-spacing: 2px;
}
#test a:visited{color:#1C59AD;text-decoration:none;}
#test a:hover{
	color:#FFF;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	background-image: url(img02.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
