body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8ea591;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #d1dbd0;
	background-color: #8ea591;
	text-decoration: none;

}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d1dbd0;
	background-color: #8ea591;
	background-image: url(headline.jpg);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2pt;


}
a:active {
	color: #d1dbd0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #8ea591;
}
a:visited {
	color: #8ea591;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
}
.headline2 {

	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #d1dbd0;
	background-color: #8ea591;
	background-image: url(headline.jpg);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2pt;
}
textarea, input, option, select {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #8ea591;
	background-color: #efecdd;
}