.tit {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  font-weight: bold; 
  padding-left: 15px; 
  color: #336699;
}

.txt {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 11px;  
  color: #336699;
}

.footertxt {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color: #666666;
}

.redTit {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: bold;
  color: #E60019;
}

.featTitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	width: 140px;
	height:23px;
	color: #FFFFFF;
	background: #E60019;
	border-left : 1px solid #0050A0;
	border-right : 1px solid #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #0050A0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.featContent{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 140px;
	height: 76px;
	color: #0050A0;
	background: #C1E2F4;
	border-left : 1px solid #0050A0;
	border-right : 1px solid #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #0050A0;
}

.disc{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 9px;  
  color: #818181;
}

#whiteline{
	background-color : #FFFFFF;
	height : 1px;
}

#navItem{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 5px;
}

a.nav:link {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size : 11px;
  text-decoration: none;
}

a.nav:visited {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size : 11px;
  text-decoration: none;
}

a.nav:active {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  color: #FFFF00;
  font-weight: bold;
  font-size : 11px;
  text-decoration: none;
  }

a.nav:hover {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  color: #FFFF00;
  font-weight: bold;
  font-size : 11px;
  text-decoration: none;
  }

.navHi{
  font-family : Verdana,Arial,Helvetica,sans-serif;
  color: #FFFF00;
  font-weight: bold;
  font-size : 11px;
  text-decoration: none;
}

a.footer:LINK {
	color : #003366;
}

a.footer:visited {
	color : #003366;
}

a.footer:active {
	color : #FF0000;
}

a.footer:hover {
	color : #FF0000;
}

a:link {
  color: #336699;
}

a:visited {
  color: #336699;
}

a:active {
  color: #336699;
  }

a:hover {
  color: #E60019;
}

hr {
	color : #FF0000;
	height : 1px;
}