	body {
		background-color: #FFFFFF;
		font-family: Verdana;
		font-size: 8pt;
	}

	h1 {
		font-size: 16pt;
	}
	
	h2 {
		font-size: 12pt;
	}	
	
	.MenuBar {
		background-image: url('../images/menu_bg.gif');
		background-repeat: repeat-x;
		color: #000000;
	}
	
	.MenuBar a {
		color: #000000;
	}
	
	
	#menuSys {
	   position:relative;
	}
	
	.MenuBlock {
		border: 1px solid #000000;
		background-color: #EEEEEE;		
		font-size: 8pt;	
		background-image: url('../images/menu_body_bg.gif');
		background-repeat: repeat-y;	
	}
	
	.MenuBlock a {
		display: block;
		color: #000000;
		text-decoration: none;
		font-size: 8pt;		
	}
	
	.MenuBlock a:hover {
		background-color: #FFFFFF;
		color: #000000;
		text-decoration: none;		
	}
	
	.menuActuator {
		text-decoration: none;
		font-size: 8pt;
		color: #000000;
	}
	
	.Footer, .Footer a {
		text-decoration: none;
		color: #000000;
		border-top: 1px solid #000000;
		text-align: center;
	}
	
	.LeftSide a {
		padding-left: 7px;
		color: #000000;
	}
	
	.RightSide a {
		padding-left: 7px;
		color: #000000;
	}
	
	.CatItem {
		text-align: center;
	}
	
	.InnerTable a {
		font-family: Verdana;
		font-size: 8pt;
	}
	
	.List1 {
		background-color: #EEEEEE;
	}
	
	.SearchTable {
		border: 1px solid #000000;
	}
	
	.SearchTable .Header {
		background-image: url('../images/menu_bg.gif');
		background-repeat: repeat-x;	
		font-size: 12pt;
		font-weight: bold;
		backgound-color: #C0C0C0;
		color: #990000;
		padding: 2px;
	}
	
	.SearchCell1 {
		background-color: #FFFFFF;	
		padding: 2px;
	}
	
	.SearchCell2 {
		background-color: #EEEEEE;		
		padding: 2px;
	}