/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	padding: 3px;
}
.bolder {
	font-family: Veranda, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #455163;
	text-decoration: none;
}


.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #455163;
	text-decoration: underline;
}

.navigation {
	font-family: veranda, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #7687A0;
	display: block;
	padding: 8px;
	width: 150px;
}

.navigation:hover {
	font-family: veranda, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #5A6A83;
	display: block;
	padding: 8px;
	width: 150px;
}
.email {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.email:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #455163;
	text-decoration: none;
}
.boldnounder {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #455163;
}