@charset "ISO-8859-1";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	color: #000000;
	line-height: 16px;
	padding: 6px;
	margin: 0px;
	font-size: 12px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	background-color: #CCCC99;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
	display: block;
	padding: 8px;
	width: 140px;
}
.textlink {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	padding: 0px;
}
.textlink:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
	background-color: #FFFFFF;
	display: inline;
	padding: 0px;
	width: 0px;
}
.navtop {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	background-color: #FFFFCC;
	display: inline;
	padding: 0px;
	text-align: right;
}
.navtop:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #006633;
	text-decoration: underline;
	background-color: #FFFFCC;
	display: inline;
	padding: 0px;
	width: 0px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	height: auto;
	width: auto;
	margin: 12px;
	padding: 12px;
	font-weight: bold;
	color: #006633;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	border-top-width: thin;
	border-bottom-width: thin;
	font-size: 11px;
	background-color: #FFFFCC;
}
