.date{
	width:							82px;
	background-color:				#0b3039;
	padding:						2px;
	margin:							0px;
	font-size: 						14px;
}
.space{
	padding-top:					5px;
	padding-bottom:					5px;
}
.title{
	padding-left:					30px;
}
.tlink{
	font-size: 						14px;	
	color: 							#FFFFFF;
	text-decoration: 				underline;
	font-weight:					normal;	
}
.tlink:visited{
	font-size: 						14px;	
	color:							#FFFFFF;
	text-decoration: 				underline;
	font-weight:					normal;	
}
.tlink:hover{
	font-size: 						14px;	
	color:							#666666;
	text-decoration: 				none;
	font-weight:					normal;
}
.tlink:active{
	font-size: 						14px;	
	color:							#FFFFFF;
	text-decoration: 				underline;
	font-weight:					normal;		
}
.spr{
	font-size: 						14px;	
	color: 							#FFFFFF;
	text-decoration: 				none;
	font-weight:					normal;	
}
.spr:visited{
	font-size: 						14px;	
	color:							#FFFFFF;
	text-decoration: 				none;
	font-weight:					normal;	
}
.spr:hover{
	font-size: 						14px;	
	color:							#CC0000;
	text-decoration: 				underline;
	font-weight:					normal;
}
.spr:active{
	font-size: 						14px;	
	color:							#FFFFFF;
	text-decoration: 				none;
	font-weight:					normal;		
}
.nav{
	font-size: 						12px;	
	color: 							#FFFFFF;
	text-decoration: 				none;
	font-weight:					normal;	
}
.nav:visited{
	font-size: 						12px;	
	color:							#FFFFFF;
	text-decoration: 				none;
	font-weight:					normal;	
}
.nav:hover{
	font-size: 						12px;	
	color:							#CC0000;
	text-decoration: 				underline;
	font-weight:					normal;
}
.nav:active{
	font-size: 						12px;	
	color:							#FFFFFF;
	text-decoration: 				none;
	font-weight:					normal;		
}
.num{
	width:							15px;
	background-color:				#FFFFFF;
	font-size: 						13px;
	color:							#0b3039;
	font-weight:					bold;	
}
.mdiv{
	text-align:						left;
	color:							#FFFFFF;
	margin:							10px;
	position:						relative;
	z-index:						3;
	max-width:						800px;
	width:							expression(document.body.clientWidth > 800? "800px":"auto" );
}
