/* CSS Document */

body {
	background-color: #030303;
}
.tablebody { 	background-image: url(images/body.jpg); 
				background-color: #FFFFFF;
				background-repeat:no-repeat;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #2D2D2D;
}
.bodytext {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #030303;
}



.menudivders { color:#FFFFFF;
}

a:link {
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family:Verdana;
	font-size:10px;
	color:#BEBEBE;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

