BODY, P, TD {
	font-family: Verdana, Arial, sans-serif;
	font-weight: plain;
	font-size: 11px;
	color: #000000;
}

UL {
	margin-top: 0;
	margin-bottom: 0;
}

.copy {
	text-align: justify;
}

.faq {
	text-align: justify;
	margin-bottom: 20px;
}

.highlight {
	color: #CC5100;
}
#credits {
	display: none;
}

INPUT, SELECT, OPTION, TEXTAREA {
	font-family: Verdana, Arial, sans-serif;
	font-weight: plain;
	font-size: 11px;
	color: #000000;
	background: #EEEEEE;
}


/* ------------------ Titles ---------------------------------------------------------- */
.title1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC5100;
}
.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.title3 {
	font-size: 14px;
	font-weight: bold;
	color: #1E4785;
}


/* ------------------ Events ---------------------------------------------------------- */
.eventmonth {
	font-size: 14px;
	font-weight: bold;
	color: #1E4785;
}
.eventtitle {
	font-weight: bold;
	color: #000000;
}


/* ------------------ Links ---------------------------------------------------------- */
A:link {
	color: #1E4785;
	text-decoration: underline;
}
A:visited {
	color: #1E4785;
	text-decoration: underline;
}
A:hover {
	color: #FF6600;
	text-decoration: underline;
}
A:active {
	color: #FF6600;
	text-decoration: underline;
}


A.nav:link {
	color: #1E4785;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
A.nav:visited {
	color: #1E4785;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
A.nav:hover {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}
A.nav:active {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}

