/* CSS Document */
body{
	background-image:url(images/background.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F4F4F4;
	}

a:link{
	color:#cccccc;
		}
		
a:active{
	color:#cccccc;
		}
a:visited{
    color:#CCCCCC;
	}

		
table{
	background-image:url(images/brown.gif);
	}
	
.menu a:hover{
	display:block;
	background-image:url(images/hover.gif);
	padding:0px;
	line-height:20px;
	text-decoration:none;
	}

.menu a{
	background-image:url(images/menu.gif);
	padding:0px;
	display:block;
	line-height:20px;
	text-decoration:none;
	}