body {
	font-family: "Bickley Script";
	background-color: #0000CC;
}

table.main {
	background-color: #FFFFFF;
	border: thick solid #000000;
	width: 800px;
}

/*
table.other {
	background-color: #7DC623;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
*/

.menutext {
	font-family: "Berlin Sans FB Demi";
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	text-indent: 5px;
}

.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	vertical-align: top;
	padding: 15px;
}

.navtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	vertical-align: middle;
	padding: 10px;
}

/*
.faqtext {
	font-family: "High Tower Text";
	font-size: 16px;
	color: #6A4500;
	vertical-align: top;
	padding: 10px;
	text-indent: 0px;
}
*/

td { border: thin solid #000000; }

.eventtext {
	font-family: "High Tower Text";
	font-size: 18px;
	color: #000000;
	vertical-align: top;
	padding: 10px;
}


.notationtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: center;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}

a:link.main {
	color: #000000;
	text-decoration: none;
}
a:visited.main {
	color: #0000CC;
	text-decoration: none;
}
a:hover.main {
	color: #0000CC;
	text-decoration: underline;
}
a:active.main {
	color: #0000CC;
	text-decoration: none;
}


