
body {
	background-color: #ECECEC;
}

table {
	background-color: #FFFFFF;
	background-position: center top;
}





ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	
#menu {
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #889944;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #889944;
	display: block;
	background:  url(menu.gif);
	padding: 8px 0 0 25px;
	}
	
#menu li a:hover {
	color: #889944;
	background:  url(menu.gif) 0 -32px;
	padding: 8px 0 0 27px;
	}
	
	
div.scroll
{
background-color:#ffffff;
height:388px;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
overflow:-moz-scrollbars-vertical;


}	