/* CSS Document */
.nav-solid{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF;
	color: #009933;
	display: block;
	width: 180px;
	padding: 2px;
	height: 16px;
	
}

p {
	font-family: Verdana, sans-serif;
	font-size: 48px;
	line-height: 50px;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
}


.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #339999;
}

.navbutton {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 3px;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-decoration: none;
}

.navbutton:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 3px;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #669999;
}






.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: #669999;
	color: #ffffff;
	display: block;
	width: 180px;
	padding: 2px;
	height: 16px;
}

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