

BODY, TH, TD, OL, UL, LI {

	color: #333333;
	font-family: verdana,arial,verdana;
	font-size: 12px;

}


.top_nav a {
	font-family: arial, monaco;
	font-size: 11px;
	color: #ffffff;
	background-color: #8b4c17;
	padding: 6 12 6 12;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-align: center;
	border-right: 1px solid #482500;
}

.top_nav a:hover {
	color: #ffffff;
	background-color: #482500;
}

.top_nav_active a {
	font-family: arial, monaco;
	font-size: 11px;
	color: #ffffff;
	background-color: #d93722;
	padding: 6 12 6 12;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-align: center;
}

.top_nav_active a:hover {
	color: #ffffff;
	background-color: #482500;
}



.sub_nav a {
	font-family: arial, monaco;
	font-size: 13px;
	color: #ffffff;
	background-color: #d93722;
	padding: 6 12 6 12;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-align: center;
	border-right: 1px solid #D87821;
}

.sub_nav a:hover {
	color: #ffffff;
	background-color: #ad1906;
}

.sub_nav_active a {
	font-family: arial, monaco;
	font-size: 13px;
	color: #ffffff;
	background-color: #ad1906;
	padding: 6 12 6 12;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-align: center;
	
	border-right: 1px solid #ad1906;
}

.sub_nav_active a:hover {
	color: #ffffff;
	background-color: #ad1906;
}



A {   font-weight: bold; color: #d93722; text-decoration: none; }
A:hover {  font-weight: bold; color: #bb230f; text-decoration: none; }

A.footer {  font-size: 11px; color: #ffffff; text-decoration: none; }
A.footer:hover { font-size: 11px; color: #8b4c17; text-decoration: none; }

A.white:link { font-weight: bold; color: #ffffff;  }
A.white:hover { font-weight: bold; color: #dddddd; }

.active { font-size: 12px; font-weight: bold; text-decoration: none;  color: #000000; }

h1 { font-weight: bold; color: #AB490E; font-size: 18px;  }
h2 { font-weight: bold; color: #AB490E; font-size: 16px;  }

.title { font-weight: bold; color: #AB490E; font-size: 150%;  }

.subtitle { font-weight: bold; color: #AB490E; font-size: 125%;  }

.orange { color: #AB490E;  }

.white { color: #ffffff;  }
.white_bold { color: #ffffff; font-weight: bold; }
.white_bold_small { color: #ffffff; font-weight: bold; font-size: 10px; }

.red { color: #d93722;  }

.slide { font-family: georgia, times; color: #ffffff; font-size: 15px;  }

.tagline { font-style: italic; font-size: 130%; color: #017785; }

.small { font-size: 90%; }

.tiny { font-size: 80%; }

.alert { font-weight: bold; color: red; }



