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

.webtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5e6639;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #5e6639;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #5e6639;
}
.majorheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: ##5e6639;
}
.webtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5e6639;
}
a:link {color: #5e6639;text-decoration: none}     /* unvisited link */
a:visited {color: #000000;text-decoration: none}  /* visited link */
a:hover {color: #000000;text-decoration: none}   /* mouse over link */
a:active {color: #5e6639;text-decoration: none}   /* selected link */
	
