

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

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

}


UL { line-height: 16pt; list-style: square; }

.left_menu a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #333333;
	padding: 4px;
	font-weight: bold;
	display: block;
	border: 1px solid #666666;
	margin: 0px;
	text-align: center;
}

.left_menu a:hover {
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #000000;
}


.left_menu_active a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #999999;
	padding: 4px;
	font-weight: bold;
	display: block;
	border: 1px solid #000000;
	margin: 0px;
	text-align: center;
}

.left_menu_active a:hover {
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #000000;
}



A {   font-weight: bold; color: #3095B4; text-decoration: none; }
A:hover {  font-weight: bold; color: #000000; text-decoration: none; }

A.header {  font-size: 12px; color: #000000; text-decoration: none; }
A.header:hover { font-size: 12px; color: #3095B4; text-decoration: none; }

A.header_active {  font-size: 12px; color: #3095B4; text-decoration: none; }
A.header_active:hover { font-size: 12px; color: #000000; text-decoration: none; }

A.black {   font-weight: bold; color: #000000; text-decoration: none; }
A.black:hover {  font-weight: bold; color: #3095B4; text-decoration: none; }

A.blue {  font-size: 13px; color: #3095B4; text-decoration: none; }
A.blue:hover { font-size: 13px; color: #000000; text-decoration: none; }

A.small  { font-size: 10px; font-weight: bold; color: #000000;  }
A.small:hover { font-size: 10px; font-weight: bold; color: #3095B4; }

A.footer {  font-size: 10px; color: #000000; text-decoration: none; }
A.footer:hover { font-size: 10px; color: #3095B4; text-decoration: none; }

A.splash {  font-size: 13px; color: #ffffff; text-decoration: none; }
A.splash:hover { font-size: 13px; color: #86d4e9; text-decoration: none; }

.active { font-weight: bold; color: #3095B4; text-decoration: none;   }


.title { font-family: georgia, times ms; color: #000000; font-size: 24px; line-height: 28px; }
.subtitle { font-family: arial; color: #000000; font-size: 14px;  font-weight: bold; }

.blue { color: #3095B4; }
.white { color: #ffffff; }
.lite_blue { color: #9cc6d2; }

.splash { color: #9cc6d2; font-size: 13px; }

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

.small { font-size: 90%; }

.tiny { font-size: 80%; }

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



