

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

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

}


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

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

.buttons a:hover {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #282d3e;
	padding: 2px;
	font-weight: bold;
	display: block;
	border: 1px solid #282d3e;
	margin: 0px;
	text-align: center;
}


.top_menu_td {

	text-align: center;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #6b83d7;

}

.top_menu_td_active {

	background-color: #556dd0;
	text-align: center;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #6b83d7;

}



A {   font-weight: bold; color: #061e75; text-decoration: none; }
A:hover {  font-weight: bold; color: #333333; text-decoration: underline; }

A.header {   font-size: 10px; color: #282d3e; text-decoration: none; }
A.header:hover {  font-size: 10px; color: #314bb3; 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: #b3bfd8; }

A.white_small { font-size: 11px; color: #ffffff;  }
A.white_small:hover { font-size: 11px; color: #b3bfd8; }

A.top_menu {  font-size: 11px; color: #ffffff; font-weight: normal; }
A.top_menu:hover {  font-size: 11px; color: #b3bfd8; font-weight: normal; }

A.top_menu_active { font-size: 11px; color: #b3bfd8; font-weight: normal; }
A.top_menu_active:hover { font-size: 11px; color: #ffffff; font-weight: normal; }

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


h1 { font-weight: bold; color: #061e75; font-size: 150%;  }

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

.white { color: #ffffff; }

.small_white { font-size: 10px; color: #ffffff; } 

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

.small { font-size: 10px; color: #282d3e; }

.tiny { font-size: 9px; color: #282d3e; }

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


.left_td { 

	padding: 2 4 2 4;

}

.red_bullet {

	list-style-image: url('design_images/red_dot.gif');
	/*color: #ff1b1c;*/
	padding: 2px;
	
}



