/* CSS Document */
body {
	margin: 0px;
	background-color: #9b6905;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #930;
}
.calloutboldcap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #930;
	font-weight: bold;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}				
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #930;
}