body, td {
	font-family: Arial;
	font-size: 13px;
}

a {
	color: #244d8b; 
	text-decoration:none;
}

a:hover {
	color: #58bbf4; 
	text-decoration:underline;
}
.nav_link a ,
.footer a {
	color: #98f9ff; 
	text-decoration:none;
	font-size: 12px;
}

.nav_link a:hover ,
.footer a:hover {
	color: #ffffff; 
	text-decoration:underline;
}

.page_title {
	font-size: 16px;
	font-weight: bold;
}

.nav_link {
	background: url(tab2top.jpg) no-repeat -2px 0;
	height: 20px;
	padding-top: 14px;
	text-align: center;
	color: #fff;
	font-size: 11px;
}

.footer {
	text-align: center;
	padding: 8px 8px;
	color: #fff;
}
.floatleft { 
float:left; 
margin:0 10px 10px 0; /* Give it a right margin */ 
} 
