.button {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 14px;
	background-color: #99cc99;
	background-position: center;
	color: #000066;
	font-weight: normal;
	text-transform: none;
	text-align: center;
}
.title {
	font-family: Garamond, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #006633;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.heading {
	font-family: Garamond, "Times New Roman";
	font-size: 16px;
	color: #006633;
	font-weight: bold;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000066;
}
a:link {
	color: #006633;
	text-decoration: none;
	font-weight: bold;

}

a:visited {
	text-decoration: none;
	color: #006633;
	font-weight: bold;

}
a:active {
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#ticker, #toggle {
	display:none;
}