/* CSS Document */

p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: 20px;
	padding: 3px;
	letter-spacing: 2px;
	margin-left: 15px;
}
.bold {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000033;
}
.navigation {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #d2e7f7;
	font-style: normal;
	display: block;
	padding: 8px;
	background-color: #00033;
}

.dimnavigation {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #ccffff;
	font-style: normal;
	display: block;
	padding: 8px;
	background-color: #00033;
}


.navigation:hover {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #ccffff;
	font-style: normal;
	display: block;
	padding: 8px;
	background-color: #00033;
}
