/* CSS Only */

/* General Styles */

.titletext {
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	font-style: italic;
}

.headers {
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

.headers_title {
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

.footer {
	color: #000000color:
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.footer_links a {
	color: #003333;
	font-size: 9px;
}

.footer_links a:visited {
	color: #cc6600;
}

.footer_links a:hover {
	color: #000000;
}

.links a {
	color: #003333;
}

.links a:visited {
	color: #003333;
}

.links a:hover {
	color: #000000
}

.maintext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	font-size: 13px;
	font-weight: none;
}

hr general {
	color: black;
	width: 300px;
}

/* Index Page */

table.index_calendar {
	border-spacing: 8px;
	position: static;
	text-align: left;
}


/* Apple Festival Page */

.apple_headers {
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	position: static;
}

/* Events Calender */

table.events {
	border-spacing: 8px;
	text-align: left;
	table-layout: auto;
}
	
.events_headers {
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	position: static;
}

.events_links {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
	
.events_maintext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	font-size: 13px;
	font-weight: none;
}

.maintext_2 {
	color: #000000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Junior/Senior Fair Schedule Page */

table.schedule {
	border-spacing: 5px;
	text-align: left;
	table-layout: auto;
	width: 80%;
}

/* Photos Page */

.photos_captions {
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	font-size: 13px;
	font-weight: none;
}

/* Speed Page */

.speed_headers {
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	font-size: 20px;
	font-weight: none;
	
}

table.speed_events {
	border-spacing: 0px;
	text-align: left;
	table-layout: auto;
}

