

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

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

}


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


.blue_nav  {
	
	height: 26px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #7598bc;
	background-image: url(design_images/checkers_blue.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	
}

.gray_nav  {
	
	height: 26px;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 10px;
	background-color: #797878;
	background-image: url(design_images/checkers_gray.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

.gray_sub_nav  {
	text-align: left;
	height: 26px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #e3e5e8;
	line-height: 18px;

}

.blue_active  {
	height: 26px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0055a5;
}




A {   font-weight: bold; color: #0055a5; text-decoration: none; }
A:hover {  font-weight: bold; color: #0378e6; text-decoration: underline; }

A.main_nav { font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: none; }
A.main_nav:hover { font-size: 11px; font-weight: bold; color: #cccccc; text-decoration: underline; }

A.sub_nav { font-weight: bold; color: #333333;  text-decoration: none; }
A.sub_nav:hover { font-weight: bold; color: #515a78; text-decoration: underline; }


A.white { 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; }


.title { font-weight: bold; color: #0055a5; font-size: 150%;  }
.subtitle { font-weight: bold; color: #0055a5; font-size: 125%;  }
.nav_subtitle { font-weight: bold; color: #7598bc; }

.white_bold { font-size: 11px; font-weight: bold; color: #ffffff;  }


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

.small { font-size: 90%; }

.tiny { font-size: 80%; }

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



