/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: normal;
padding: 3px;
}
.content {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: inherit;
	line-height: normal;
	color: #000000;
	height: inherit;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #654327;
}
.navigation {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #F4F1DE;
	text-decoration: none;
	display: block;
	width: 122px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}


.navigation:hover {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #654327;
	text-decoration: none;
	background-color: #F4F1DE;
	display: block;
	width: 120px;
	cursor: crosshair;
	

	padding-top: 0px;
	
}
