
/* CSS Document */
p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.bold2 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #CCCCCC;
}
.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	background-color: #23678B;
}
.navigation2{
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #0D5A88;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigation2:hover{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2894B7;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigation3{
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #97D5EC;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 160px;
}
.navigation3:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #144A5C;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigation4{
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0D5A88;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: auto;
}
.navigation4:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2894B7;
	display: block;
	padding: 5px;
	width: auto;
}