/* CSS Document */

.navigation {
font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006600;
	padding: 10px;
	}
.navigation:hover {
font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009933;
	padding: 10px;
	}
.logo {
	font:20px times new roman;
	color: #003366;
	letter-spacing:0.3em;
	font-weight:bold;
	line-height:22px;
	padding-left: 3px;
	}
.tagline {
	font:11px times new roman;
	color: #FFFFFF;
	letter-spacing:0.1em;
	text-decoration: none;
		}
p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-left: 20px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
	color:#009933;
	text-decoration: none;
	}

