@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	font-family: "Lucida Grande", "Lucida Sans", Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
p,tr,td {
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}