

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

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

}


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

.main_menu a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-image: url('design_images/nav_background.jpg');
	background-repeat: repeat-x;
	height: 36;
	padding: 4 8 1 8;
	font-weight: bold;
	display: block;
	border: 0px solid #666666;
	margin: 0px;
	text-align: center;

}

.main_menu a:hover {
	color: #ffee00;
	background-image: url('design_images/nav_background.jpg');
	height: 36;
	padding: 4 8 1 8;
}


.main_menu_active a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-image: url('design_images/nav_active.jpg');
	background-repeat: repeat-x;
	height: 36;
	padding: 4 8 1 8;
	font-weight: bold;
	display: block;
	border: 0px solid #666666;
	margin: 0px;
	text-align: center;
}

.main_menu_active a:hover {
	color: #ffffff;
	background-image: url('design_images/nav_active.jpg');
}





.subnav_menu a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	//background-image: url('design_images/subnav_background.jpg');
	padding: 4 8 4 8;
	font-weight: bold;
	//display: block;
	border: 0px solid #666666;
	margin: 0px;
	text-align: center;
}

.subnav_menu a:hover {
	color: #ffffff;
	background-image: url('design_images/subnav_active.jpg');
}





A {   font-weight: bold; color: #0d91ba; text-decoration: none; }
A:hover {  font-weight: bold; color: #0a6987; text-decoration: none; }

A.subnav { font-size: 11px; font-weight: bold; color: #ffffff;  }
A.subnav:hover { font-size: 11px; font-weight: bold; color: #ffee00; }

A.header { font-size: 11px; font-weight: bold; color: #0a6987; text-decoration: none; }
A.header:hover { font-size: 11px; font-weight: bold; color: #ffee00; text-decoration: none; }


A.footer {  font-size: 11px; color: #0d91ba; text-decoration: none; }
A.footer:hover { font-size: 11px; color: #73a741; text-decoration: none; }

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

A.blue_small {   font-weight: bold; color: #0d91ba; text-decoration: none; font-size: 11px; }
A.blue_small:hover {  font-weight: bold; color: #73a741; text-decoration: none; font-size: 11px; }


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

h1 { display: inline; font-size: 15px; font-weight: bold; color: #555555; }


.title { font-weight: bold; color: #666666; font-size: 20px;  }

.subtitle { font-weight: bold; color: #666666; font-size: 18px;  }

.blue_subtitle { font-weight: bold; color: #0d91ba; font-size: 15px;  }

.blue { color: #0d91ba;  }
.blue_small { color: #0d91ba; font-size: 11px;  }

.white { color: #ffffff; }
.white_bold { color: #ffffff; font-weight: bold; }
.white_small { color: #ffffff; font-size: 90%; }

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

.small { font-size: 90%; }

.tiny { font-size: 80%; }

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

.calDate { 
	width: 18px; padding: 2px; 
	float: right; 
	text-align: center; 
	font-weight: bold; 
	color: #ffffff; 
	font-size: 11px; 
	background-color: #73a741;  

}


.AcalDate { 
	width: 16px; padding: 2px; 
	float: right; 
	text-align: center; 
	font-weight: bold; 
	color: #ffffff; 
	font-size: 11px; 
	background-color: #999999;  

}

