/* CSS Document */

p {
	font-family: "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 18px;
	padding: 6px;
}.bold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.navigation {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #483838;
	text-decoration: none;
	background-color: #e5e5cf;
	display: block;
	padding: 2px;
	width: auto;
	line-height: normal;
	text-transform: uppercase;
}

.navigation:hover {
font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #E5E5CF;
	display: block;
	padding: 2px;
	width: auto;
	line-height: normal;
	text-transform: uppercase;
}



.navside {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4B2723;
	text-decoration: none;
	background-color: #AEB691;
	display: block;
	padding: 8px;
	width: 150px;
	line-height: normal;
	text-transform: lowercase;
}


.navside:hover {
font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #AEB691;
	display: block;
	padding: 8px;
	width: 150px;
	line-height: normal;
	text-transform: lowercase;	
}
