/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;

}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B5C4B;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #864E38;
	text-decoration: underline;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: normal;
	color: #6B5C4B;
	text-align: center;
}
.schedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	color: #000000;
}
.schedule a { color: #000000; text-decoration: underline;} 
.schedule a:hover { color: ##6B5C4B; text-decoration: underline;}

.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
}
.months {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 13pt;
	font-weight: bold;
	color: #663300;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	text-align: center;
	margin: 2px;
	padding: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 3px;
}
.olivegreen {
	color: #666633;
}
