

BODY, TH, TD, OL, UL, LI {

	color: #333333;
	font-family: verdana, arial, trebuchet ms;
	font-size: 12px;

}


UL { line-height: 16pt; list-style: square; }



.top_nav a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
	padding: 2px;
	display: block;
	border: 1px solid #666666;
	text-align: center;
}

.top_nav a:hover {
	color: #ffffff;
	background-color: #333333;
	border: 1px solid #000000;
}


.top_nav_active a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #961912;
	padding: 2px;
	display: block;
	border: 1px solid #961912;
	text-align: center;
}



.main_nav a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #b32017;
	padding: 3px;
	font-weight: bold;
	display: block;
	border: 1px solid #B35E57;
	margin: 2px;
	text-align: center;
}

.main_nav a:hover {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
	padding: 3px;
	font-weight: bold;
	display: block;
	border: 1px solid #8F9591;
	margin: 2px;
	text-align: center;
}

.main_nav_active a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
	padding: 3px;
	font-weight: bold;
	display: block;
	border: 1px solid #B35E57;
	margin: 2px;
	text-align: center;
}


A {   font-weight: normal; color: #b33328; text-decoration: none; }
A:hover {  font-weight: normal; color: #000000; text-decoration: none; }

A.footer {  font-size: 10px; font-weight: normal; color: #b33328; text-decoration: none; }
A.footer:hover {  font-size: 10px; font-weight: normal; color: #000000; text-decoration: none; }

A.white:link { font-weight: bold; color: #ffffff;  }
A.white:hover { font-weight: bold; color: #dddddd; }

A.header {   font-size: 11px; font-weight: normal; color: #b33328; text-decoration: none; }
A.header:hover {  font-size: 11px; font-weight: normal; color: #000000; text-decoration: none; }

.active { font-size: 12px; font-weight: bold; text-decoration: none;  color: #000000; }


.title { font-weight: bold; color: #b32017; font-size: 20px;  }
.titlewhite { font-weight: bold; color: #ffffff; font-size: 20px;  }

.subtitle { font-weight: bold; color: #b32017; font-size: 16px;  }
.subsubtitle { font-weight: bold; color: #b32017; font-size: 14px;  }

.subtitle_white { font-weight: bold; color: #ffffff; font-size: 16px;  }

.red { color: #b32017; }
.red_bold { color: #b32017; font-weight: bold; }
.red_italics { color: #b32017; font-weight: bold; font-style: italic; }

.tagline { font-style: italic; font-size: 130%; color: #017785; }

.small { font-size: 90%; }

.tiny { font-size: 80%; }

.alert { font-weight: bold; color: red; }

.warning { color: black; background-color: gold; font-size: 24px; line-height: 125%;}


