/* CSS Document */
.font {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	
}

.webfont {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	
}

.links {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.links:hover {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #115883;
	text-decoration: underline;
}