@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
}
body {
	background-color: #000;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #69C;
}
a:hover {
	text-decoration: none;
	color: #069;
}
a:active {
	text-decoration: none;
	color: #C00;
}

#container {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#content {
	width:700px;
	height:auto;
	text-align:center;
	margin-left:100px;
	padding-top:20px;
	padding-bottom:20px;
}

.copyright {
	font-family:"Times New Roman", Times, serif;
	font-size:9pt;
	font-style:italic;
	color:#666;
}

.copyright a {
	color:#666;}
