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

body {
	background-image: url(../images/bodyBG.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
table {
	margin-right: auto;
	margin-left: auto;

}
.table {
	margin-right: auto;
	margin-left: auto;
}


.TopTable {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
a:link
{
	color: #FC0;
	text-decoration: none;
}


a:visited 
{
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: underline;	
}

a:active
{
	color: #CCC;	
}
td 
{
	text-align: center;
}
img 
{
		-moz-box-shadow: 6px 6px 4px #000;
	-webkit-box-shadow: 6px 6px 4px #000;
	box-shadow: 8px 6px 8px 6px #000;
}
