a:hover { color:CFC7BE }
a, .a {
	color: #9D7A57;
	text-decoration: underline;
}
input.a {
	border: none; 
	background-color: transparent; 
	margin: 0px; 
	padding: 0px;
	cursor: hand;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
.subheadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.content, tr, td, table, form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.quotetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	padding: 5px;
}
.quotesrc {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
}
.devNote {
	font-style: italic;
	color:#FF0000;
}
.enhancementNote {
	font-size: 9px;
	color: #999999;
}