/* CSS Document */


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

.p2{
font-family: Verdana, sans-serif;
font-size: 16px;
color: #FFFFFF;
line-height: 16px;
padding: 3px;
}

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

.navigation {
	font-family: "BankGothic Md BT";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003300;
	display: block;
	padding: 8px;
	width: 165px;
	text-align: left;
}

.navigation:hover {
	font-family: "BankGothic Md BT";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336600;
	display: block;
	padding: 8px;
	width: 165px;
	text-align: left;
}

.navigation2 {
	font-family: "Verdana";
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003300;
	display: block;
	padding: 4px;
	width: 100px;
	text-align: left;
}

.navigation2:hover {
	font-family: "Verdana";
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336600;
	display: block;
	padding: 4px;
	width: 100px;
	text-align: left;
}

.navigation3 {
	font-family: "Verdana";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003300;
	display: block;
	padding: 2px;
	width: 180px;
	text-align: center;
	font-style: italic;
}

.navigation3:hover {
	font-family: "Verdana";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336600;
	display: block;
	padding: 2px;
	width: 180px;
	text-align: center;
    font-style: italic;
}

