/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #339999;
line-height: 18px;
padding: 3px;

}

h3{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #339999;
	line-height: 16px;
	padding: 3px;
}


h4{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #339999;
	line-height: 16px;
	padding: 3px;
}

.nav-solid{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF;
	color: #339999;
	display: block;
	width: 180px;
	padding: 2px;
	height: 16px;
	
}



.navigation{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF;
	color: #999999;
	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: #FFFFFF;
	color: #669999;
	display: block;
	width: 180px;
	padding: 2px;
	height: 16px;
	
}


.navbutton {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #339999;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
	text-decoration: none;
}

.navbutton:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	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: #339999;
}
