BODY {
	margin:						0px;
	padding:					0px;
	overflow					: auto;
	background-color	: #000000;
	background-image	: url('../images/background.jpg');
	color							: #000000;
	
}

.table{
	background-color	: #ffffff;
	background-image	: url('../images/leiback.jpg');	
}

.menu {
	background-image	: url('../images/menuback.jpg');
}

.menu img{
	margin-left				:	35px;
	margin-right			:	35px;	
}
	
.content{

	font-family					 : Tahoma;
	font-size						 : 11px;
	text-decoration			 : none;
	padding-left				 : 8px;
	padding-right				 : 8px;	
	color								 : #000000;
	scrollbar-base-color : #900028;	
	line-height					 : 15px;	
}

.content div{
	overflow					: auto; 
	height						: 315px;
}

.content .title {
	margin						: 0px;

	font-family				: Tahoma,Arial,Verdana;
	font-size					: 11px;
	font-weight				: bold;
	
	text-decoration		: none;
}

.content A{
	color							: #000000;
	font-size					:	11px;	
	font-weight				:	bold;	
	text-decoration		:	none;
}

.content A:hover{
	text-decoration		:	underline;	
}

.content UL{
	margin-left				: 220px;
	margin-top				: 0px;
	margin-bottom			: 0px;
	padding						: 0px;
	list-style-type		: square;
}

.copyright{
	font-family:			Tahoma;
	font-size:				10px;	
	text-decoration:	none;
	color:						#ffffff;
	line-height			: 15px;
}

.copyright A{
	color:						#ffffff;
	font-size:				10px;	
	font-weight:			bold;	
	text-decoration:	none;
}

.copyright A:hover{
	text-decoration:	underline;	
}