

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

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

}


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

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

.top_buttons a:hover {
	color: #ffffff;
	background-color: #ce5806;
	border: 1px solid #f07e2e;
}


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

.top_buttons_active a:hover {
	color: #ffffff;
	background-color: #ce5806;
	border: 1px solid #f07e2e;
}



A {   font-weight: bold; color: #003d76; text-decoration: none; }
A:hover {  font-weight: bold; color: #f07e2e; text-decoration: none; }

A.footer {  font-size: 12px; color: #333333; text-decoration: none; }
A.footer:hover { font-size: 12px; color: #003399; text-decoration: none; }

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

A.white_small { font-size: 90%; color: #ffffff;  }
A.white_small:hover { font-size: 90%; color: #cccccc; }

A.liteblue_small { font-size: 90%; color: #97c3e6;  }
A.liteblue_small:hover { font-size: 90%; color: #ffffff; }


A.orange { font-weight: bold; color: #f07e2e;  }
A.orange:hover { font-weight: bold; color: #ffffff; }

A.footer { font-weight: bold; color: #003d76;  }
A.footer:hover { font-weight: bold; color: #f07e2e; }

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


.title { font-weight: bold; color: #777777; font-size: 150%;  }
.title_white { font-weight: bold; color: #ffffff; font-size: 150%;  }

.subtitle { font-weight: bold; color: #777777; font-size: 120%;  }
.subtitle_white { font-weight: bold; color: #ffffff; font-size: 110%;  }


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

.small { font-size: 90%; }

.tiny { font-size: 80%; }

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



