	body {
		margin: 0;
		margin-top: 40px;
		background-color: black;
		color: white;
		scrollbar-arrow-color:black; 
		scrollbar-track-color:black; 
		scrollbar-face-color:#CC0000; 
		scrollbar-highlight-color:black; 
		scrollbar-3dlight-color: black; 
		scrollbar-darkshadow-color: black;
		scrollbar-shadow-color: black;
	}

	body, table {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
	}

	#leftmenu {
		width: 150px;
		float: left;
		height: 660px; /* 60 + 570 + 30*/
		background-image: url('../images/banner.png');
		background-repeat: no-repeat;
		background-position: top center;
	}

	#topmenu {
		padding: 40px 10px 5px 10px;
		height: 60px;
	}

	body>#topmenu {
		height: 15px;
		overflow: auto;
	}

	#topmenu, #content {
		border-left: 1px solid white;
		border-right: 1px solid white;
		margin-right: 20px;
	}

	#content {
		/*margin: 5px 0 5px 0;*/
		scrollbar-arrow-color:black; 
		scrollbar-track-color:black; 
		scrollbar-face-color:#CC0000; 
		scrollbar-highlight-color:black; 
		scrollbar-3dlight-color: black; 
		scrollbar-darkshadow-color: black;
		scrollbar-shadow-color: black;
		padding: 0px 10px 10px 10px;
		overflow: auto;
		height: 570px;
	}

	#footer {
		padding: 5px 10px 0px 10px;
		text-align: center;
		height: 20px;
	}

	body>#footer {
		height: 15px;
		overflow: auto;
	}


/*
	#footer a {
		color: red;
		text-decoration: none;
	}

	#footer a:hover {
		color: yellow;
		text-decoration: underline;
	}
*/
	a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.style2 {	
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.style7 {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.style8 {
	color: #FF0000;
	font-weight: bold;
}
.style11 {color: #666666}


