.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0c4b88;
	a:hover;
	
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #3366FF;
	text-decoration: none;
	a:link { color: #000000 }
	a:visited { color: #000000 }
	a:hover { color: #000000 }
	a:active { color: #000000; font-weight: bold }
}

.headlineBig {
	font-family: Verdana, Helvetica;
	font-size: 22px;
	font-style: oblique;
	font-weight: bold;
	text-transform: uppercase;
	color: #0A325A;
}

.headlineSmall {
	font-family: Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #0A325A;
}

.text {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #0A325A;
}

