/* CSS Document */


	
#title_links {
	margin-top: 0px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
	}

#forecast_content {
	width: 100%; 
	height: 390px; 
	overflow: auto; 
	margin-top: 8px;
	}
	
	
	
.title_links {
	font-size: 11px;
	color: #666;
	padding: 1px;
	}
	
.title_links a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
	
.title_links a:hover {
	color: #000055;
	text-decoration: underline;
	}
	
.currentpage {
	font-weight: bold;
	color: #000055;
	}

