.menutext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menutext:hover {
	color: #999999;
}
a {
	color: #006600;
}
ul {margin-left: 0;
    padding-left: 2.5em;
    margin-top: 0}

div.mainpage {
	padding: 25px 35px 25px 35px
}
a:visited {
}
a:hover {
	color: #999999;
}
.header1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.header2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.header3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
table.bordered { 
	border-width: thin;
	border-style: outset;
	border-color : black;
	border-spacing: 2px;
	border-collapse: separate;
}
table.bordered th {
	border-width: 1px;
	border-color : black;
	border-style: inset;
	padding: 4px;
}

table.bordered td {
	border-width: 1px;
	border-style: inset;
	border-color : black;
	padding: 4px;
}

table.schedule {
	width: 90%;
	cell-padding: 3px;
}
table.schedule th{
	background-color: #006600;
	color: #FFFFFF;
}
.faq-q {
	font-weight: bold;
	font-style: italic;
}
.faq-r {
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}