/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 18px
padding;
3px;
	text-align: justify;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #7D732B;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 115px;
}



.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #C6B973;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
}
.smalltext {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 0px;
	width: 115px;
}
