/* CSS Document */
a{
	color:#003399;
}
a:link {
	color: #003399;
	text-decoration:none;
}
a:hover {
	color: #ef0000;
	text-decoration:underline;
}
a:active {
	color: #003399;
	text-decoration:none;
}
a:visited{
	color: #0066CC;
	text-decoration:none;}
	
	#bottomlist ul li{
	display:inline;
	padding-right:30px;
		}
	
	
	.bottomlist ul li a{
     color:#333333;
	 
	 }
	.bottomlist ul li .bcurrent{
     color:#ef0000;
	 font-weight:bold;
	 }
	