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


/* CSS Document */

img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}
body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	color: #FFFFFF;
}

.indexTable {
	margin: 0 auto;
	width: 800px;
}
img.MenuImage {
	/* padding-top: 50px; */
	border: none;
	width: 150px;
	height: 215px;
	
}

img.MenuImageHover {
	border: none;
	width: 200px;
	height: 287px;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

