.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
body {
	background-color: #CCCC99;
}
.greenbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666600;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6633;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6633;
	text-decoration: none;
}
.headline {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 24px;
	font-weight: normal;
	color: #999900;
	text-decoration: none;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.border {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #666633;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666633;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	width: 750px;
	margin-bottom: auto;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
