/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #000000;
line-height: 18px;
padding: 3px;
}


.title{
	font-family:Verdana, sans-serif;
	font-size:26px;
	line-height:27px;
	font-weight:bold;
	color:#31519B;
	text-align: center;
	width: 450px;
}



.bigbold{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: 000000;
}


.littlebold{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	color: 000000;
}


.subtitle{
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#31519B;
	text-align: center;
	width: 450px;
}


.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	background-color: #FFCC00;
	display: block;
	padding: 8px;
	width: 140px;
}




.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: 000000;
	text-decoration: none;
	background-color: #CC3300;
	display: block;
	padding: 8px;
	width: 140px;
}
