@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	text-align: center;
}
#main .copyright a {
	color: #333333;
	text-decoration: none;
}

#main .flash {
	height: 800px;
	width: 800px;
	margin-bottom: 5px;
}
#main .copyright {
	text-align: right;
	margin-bottom: 15px;
}
#main .copyright a:hover {
	color: #333333;
	text-decoration: underline;
}
#table1 .headers a {
	color: #666666;
}
