/* CSS Document */

p{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
line-height: 16px;
padding: 3px;
}
.bold {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #84643B;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(images/cearts_taupe.jpg);
	background-color: 7B534D;
	display: block;
	padding: 8px;
	width: 130px;
}

.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	background-color: 7B534D;
	display: block;
	padding: 8px;
	width: 130px;
	background-image: url(images/button_strip.jpg);
}

