body {
	color: #004D00;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: white;
	margin: 0;
}
em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
p {
}
td {
}
a:link {
	color: #606;
	background-color: white;
}
a:visited {
	color: #306;
	background-color: white;
}
a:hover {
	color: #90c;
	background-color: white;
}
a:active {
	color: #606;
	background-color: white;
}
h2, h3 {
	color: #636;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-variant: small-caps;
	background-color: white;
}
.paddedframe {
	width:800px;
}
.halfframeleft {
	width:50%;
	float: left;
}
.halfframeright {
	width:50%;
	float: right;
}
.paddedbigbox {
	width:auto;
	height:auto;
	padding:5px 40px
}
.paddedsmallbox {
	padding: 5px 10px;
	width: auto;
	height: auto;
}
.imageright {
	text-align: right;
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
}
.imageleft {
	text-align: left;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}
.imagecenter {
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 0;
	float: none;
	clear: both;
}
.caption {
	font-size: smaller;
	text-align: left;
	margin: 6px 0 0;
	padding: 0;
	overflow: auto;
}
.credit {
	font-size: smaller;
	font-style: italic;
	text-align: right;
	margin: 6px 0 0;
	padding: 0;
}
.nobl {
	border-style: none;
}
.smaller {
	font-size: smaller;
}
.color {
	color: #663366;
}
.underline {
	text-decoration: underline;
}
.lighter {
	color: #669966;
	font-size: smaller;
	font-variant:normal;
}
.clearall {
	clear: both;
}
.clearfloat0 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.hrmg20 {
	width: 50%;
	float: none;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border: inset 1px #030;
}
.hrmg10 {
	margin-top: 0;
	margin-bottom: 20px;
	width: 50%;
	float: none;
	clear: both;
	border: inset 1px #030;
}
.lowerframe {
	visibility: visible;
	float: none;
	clear: both;
	padding: 10px 40px 0;
}
.tidbitbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	width: auto;
	height: auto;
	padding: 0 40px;
}
.dotbox {
	width: 150px;
	padding: 0 10px 0 10px;
	overflow: auto;
	float: left;
	margin: 5px 10px 10px 0;
	border: dotted 2px #636;
	font-variant: small-caps;
}
.dotbox p {
	margin: 6px 0 0 0;
}
.dotbox h3 {
	margin: 12px 0 0 0;
}
.insertworkday {
	padding: 0 10px 0 10px;
	overflow: auto;
	float: left;
	margin: 5px 10px 10px 0;
	border: dotted 2px #636;
	font-variant: small-caps;
}
.insertworkday p {
	margin: 6px 0 0 0;
}
.insertworkday h3 {
	margin: 12px 0 0 0;
}
.cellheading {
	font-size: larger;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
.cellemphasis {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
}
