h4{font-size:11px;margin-top: 0px;margin-bottom:5px; padding-top:0px; padding-bottom:0px}
#contactBox {height:60px; margin-top:10px;}
/* Links */
a.menu:link, a.menu:active, a.menu:visited { 
	color: #012a4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline; 
}
a.menu:hover { 
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
}

a:link, a:active, a:visited { 
	color: #012a4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	text-decoration: underline; 
}
a:hover { 
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline; 
}

/* Background Colors */
.bgGrayTable {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #012a4b;
}

.tableBorder {
	border-bottom: 2px;
	border-left: 2px;
	border-right: 2px;
	border-top: 2px;
	border-style: solid;
	border-color: #012a4b;
}

/* Font Specifics */

.txtBlueHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #012a4b;
}

.txtWhiteHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#012a4b;
}

.txtGrayBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#CCCCCC;
	padding:10px;
}	

.txtHomePg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align:text-top;
}

.txtFooter{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold; 
	color: #012a4b;
}

.homePgBullet {
	list-style-image: url(../_images/bullet.jpg);
	font-size:9px;
	margin-top: 0px;
	margin-left: 16px;
	margin-bottom: 0px;
	padding: 0 0 0 .5px; 
}

.footerLogo {
	vertical-align:top;
	margin-top: 8px;
}

.warning { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #3333cc; 
} 

.error { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #cc0033; 
} 

.required { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: red; 
} 

ul.media{ list-style: none; line-height: 20px; font-size: 10px; }
ul.media li.video {list-style: none; background:url(../_images/flashIcon_swf.gif) no-repeat left center; margin-left:-15px; padding-left: 25px; }