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

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/bg_black.jpg);
	background-repeat:repeat-y;}
	
table, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;}
	

a:active {
	color: #0CF; text-decoration: none;}
a:visited {
	color: #0CF; text-decoration: none;}
a:link {
	color:#0CF; text-decoration: none;}
a:hover {
	color:#39F; text-decoration: none;}

td.bg_black {
	background-color:#000;
	color:#FFF;
}

.emaillink {
	font-size:11px;}
	
	
	

