/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #FFFFFF;
line-height: 18px;
padding: 3px;
}

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

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

.bold1 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #014900;
	display: block;
	padding: 8px;
	width: 100px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #009900;
	display: block;
	padding: 8px;
	width: 100px;
}

.navigation1 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #014900;
	display: block;
	padding: 8px;
	width: 90px;
	padding-left: 16px;
}

.navigation1:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #009900;
	display: block;
	padding: 8px;
	width: 90px;
}

.navigation2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 150px;
	padding-left: 16px;
}

.navigation2:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 150px;
	padding-left: 16px;
}

.navigation3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.navigation3:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.navigation4 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: bold;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
}