/* CSS Document */

body {
	background-color:#090909;
	color:#F2F2F2;
	font-family:Tahoma;
	font-size:13px}

h2 {
	font-size:12px; text-decoration:none; font-weight:normal; color:#0099CC}

a:link {color:#999999; text-decoration:underline}
a:visited {color:#999999; text-decoration:underline}
a:hover {color:#FFFFFF; text-decoration:none}
a:active {color:#FF9933}

.grey {color:#666666}
.grey2 {color:#666666; font-weight:lighter; font-size:10px}
hr { border-style:dashed; 
	border-width:thin; 
	border-bottom-color:#000000;
	border-right:0px;
	border-left:0px;}
.table { border:10px; border-color:#00CC66}