body {
	background-image : url("img/background.gif");
}

A {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	color : #3C5584;
	text-decoration : none;
}

A:Visited {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	color : #3C5584;
	text-decoration : none;
}

A:Hover {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	color : #3C5584;
	text-decoration : underline;
}

A:Active {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	color : #3C5584;
	text-decoration : underline;
}

.header1 {
	font-family : "Copperplate Gothic Bold", Verdana, sans-serif;
	font-weight : bold;
	font-size	: 26px;
}

.header2 {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	font-size	: 18px;
}

.navigationTable {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #ffffff;
	font-family : Verdana, sans-serif;
	font-size	: 12px;
	background-color : #5F77A4;
	background-image : url("img/menu_fade.gif");
	background-repeat : repeat-y;
}

.navigation {
	font-family : Verdana, sans-serif;
	font-size	: 12px;
	color : #ffffff;
	text-decoration : none;
}

.navigation:Visited {
	font-family : Verdana, sans-serif;
	font-size	: 12px;
	color : #ffffff;
	text-decoration : none;
}

.navigation:Hover {
	font-family : Verdana, sans-serif;
	font-size	: 12px;
	color : #ffff00;
	text-decoration : none;
}

.navigation:Active {
	font-family : Verdana, sans-serif;
	font-size	: 12px;
	color : #ffff00;
	text-decoration : none;
}

.subNavigation {
	font-family : Verdana, sans-serif;
	font-size	: 10px;
	color : #ffffff;
	text-decoration : none;
}

.subNavigation:Visited {
	font-family : Verdana, sans-serif;
	font-size	: 10px;
	color : #ffffff;
	text-decoration : none;
}

.subNavigation:Hover {
	font-family : Verdana, sans-serif;
	font-size	: 10px;
	color : #ffff00;
	text-decoration : none;
}

.subNavigation:Active {
	font-family : Verdana, sans-serif;
	font-size	: 10px;
	color : #ffff00;
	text-decoration : none;
}

.mainTable {
	border-width : 1px;
	border-style : solid;
	border-color : #000000;
	font-family : Verdana, sans-serif;
	font-size	: 12px;
}

.mainBody {
	font-family : Verdana, sans-serif;
	font-size	: 12px;
	padding : 10px;
	background-color : #ffffff;
}

.regular {
	font-family : Verdana, sans-serif;
	font-size	: 12px;
}

.regularRed {
	font-family : Verdana, sans-serif;
	font-size	: 12px;
	color : #cc0000;
}

.regularVerySmall {
	font-family : Verdana, sans-serif;
	font-size	: 9px;
}

.hoursSmall {
	font-family : Verdana, sans-serif;
	font-size	: 10px;
	background-color : #E0E5EE;
}

.hoursHeader {
	font-family : Verdana, sans-serif;
	font-size	: 10px;
	background-color : #A5B5D4;
}

.newsHead {
	font-family : "Copperplate Gothic Bold", Verdana, sans-serif;
	font-weight : bold;
	font-size	: 24px;
	color : #cc0000;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #000000;
	background-color : #EFDCDC;
}

.newsTable {
	border-width : 3px;
	border-style : double;
	border-color : #000000;
	font-family : Verdana, sans-serif;
}

.newsText {
	font-family : Verdana, sans-serif;
	font-size	: 12px;
}

