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

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size-adjust:inherit;
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
}

a:link {
	color:#FFCC33;
	text-decoration:none;
	}
a:visited {
	color:#FFCC33;
	text-decoration:none;
	}
a:hover {
	color:#0099FF;
	text-decoration:underline;
	}
	
img.comp_logo {
	border:none;
	}

.container {
	margin: 0 auto;
	width:750px;
	height:550px;
	position:relative;
}

.tablesix {
	position:absolute;
	top: 250px;
	left:25px;
	z-index:5;
	font-size:9px;
}


font.smalltext {
	font-size:xx-small;
	}

font.bigtext {
	font-size:small;
	font-weight:bold;
	}
