body {
	margin: 8px;
	scrollbar-base-color: #FFCC00;
}
body,p,td,tr,li,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13pt;
}
b,.bold {
	font-weight: bold;
}
i {
	font-style: italic;
}
td {
	text-align: left;
	vertical-align: top;
}
td.heading {
	text-align: center;
}
td.cdcaptions {
	text-align: center;
	vertical-align: middle;
}
td.main {
	text-align: justify;
	background-color: #FFE372;
	color: #000000;
	font-size: 13pt;
	padding: 10px;
}
td.events {
	text-align: left;
	background-color: #FFE372;
	color: #000000;
	font-size: 13pt;
}
td.events_center {
	text-align: center;
	background-color: #FFE372;
	color: #000000;
	font-size: 13pt;
}
td.events_heading {
	text-align: left;
	background-color: #FFCC00;
	color: #000000;
	font-size: 13pt;
}
td.photo {
	text-align: center;
	vertical-align: bottom;
}
td.caption {
	text-align: center;
	font-size: 10pt;
	color: #000000;
}
td.nav {
	background-color: #FF7F00;
	color: #000000;
	font-size: 11pt;
}
td.black {
	background-color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
}
img.floatright {
	float: right;
	margin: 0px 10px 20px 25px;
}
a {
	text-decoration: underline;
}
a:link {
	color: #2E3B69;
}
a:visited {
	color: #2E3B69;
}
a:hover {
	background-color: #2E3B69;
	color: #FFE372;
}
a.navlink {
	text-decoration: none;
}
a.navlink:link {
	color: #000000;
}
a.navlink:visited {
	color: #000000;
}
a.navlink:hover {
	background-color: #2E3B69;
	color: #FFFFFF;
}
a.navcurrent {
	text-decoration: none;
}
a.navcurrent:link {
	background-color: #2E3B69;
	color: #FFFFFF;
}
a.navcurrent:visited {
	background-color: #2E3B69;
	color: #FFFFFF;
}
a.navcurrent:hover {
	background-color: #2E3B69;
	color: #FFFFFF;
}

div#footer {
	color: #666666;
	font-size: 11px;
	text-align: right;
	margin: 12px 8px 4px 0px;
}
div#footer a {
	color: #454545;
	text-decoration: none;
}
div#footer a:hover {
	color: #333333;
	background-color: transparent;
	text-decoration: underline;
}