@charset "iso-8859-1";
/* CSS Document & STYLE VSH */
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align:center;  
	background:url(images/bg.gif) center repeat-y #000;
}
/* links */ 
a:link {
	color: #AA0000; 
	text-decoration: underline; font-family:Trebuchet MS, sans-serif, Verdana;
	
}
a:visited {
	color: #AA0000; 
	text-decoration: underline
}
a:hover {
	color: #ffffff; 
	text-decoration: none
}
/* tables */
table {
	border:0px;
	font-size: 18px; 
	text-align: center;
}
/* headers */
h1 { font-size: 40px; margin: 0px; font-family:Impact, Arial; font-variant:small-caps; 
}
h2 { font-size:18px; margin-bottom:0px; font-weight:normal;
}		
img { border-bottom:0px; border-top:0px; border-left:0px; border-right:0px; 
}
.imgbrd {border: 1px solid #333333;
}
.tabletd { background-color: #15171a; border: 1px solid #333333;
}


