@charset "UTF-8";
/* CSS Document */

.footer {
	font-family: Trebuchet, Verdana, 'Microsoft Sans Serif', sans-serif;
	font-size: 9px;
	color: #5f3e35;
}
.bodytext {
	font-family: Trebuchet, Verdana, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	color: #5f3e35;
}
a:link {
	color: #5f3e35;
	text-decoration: none;
}
a:hover {
	color: #e4755c;
	text-decoration: none;
}
a:visited {
	color: #5f3e35;
	text-decoration: none;
}
a:active {
	color: #5f3e35;
	text-decoration: none;
}
.news {
	margin-left: 10px;
}
.bullets {
	font-family: Trebuchet, Verdana, 'Microsoft Sans Serif', sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.6em;
	list-style-type: disc;
	margin-left: 20px;
}
li {
  line-height: 150%;
}

.textarea {
	font-family: Trebuchet, Verdana, 'Microsoft Sans Serif', sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.6em;
}
.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #5f3e35;
	text-align: center;
	word-spacing: 20px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
}
a.navigation:link {
	color: #5f3e35;
}	
a.navigation:visited {
	color: #5f3e35;
}	
a.navigation:hover {
	color: #dc7761;
}	
a.navigation:active {
	color: #dc7761;
}	

