/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 8px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.bold {
font-family: Verdana, sans-serif;
font-size: 11px;
line-height: 18px;
font-weight: bold;
color: #993300;
}


.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	display: inline;
	padding: 8px;
}

.navigation_2 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	background-color: #006666;
	display: inline;
	padding: 8px;
}

.navigation_3 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #996633;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 165px;
}

.navigation_4 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	background-color: #999966;
	display: inline;
	padding: 8px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	background-color: #006666;
	display: inline;
	padding: 8px;
}

