@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(images/body/bg.jpg);
	background-position: left top;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link, a:active {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.copyright {
	margin: 0px;
	padding: 5px;
}
.header {
	padding: 5px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #FFF;
}

