/* CSS Document */
.MenuItem HR { 
  color: white;
  background-color: white;
  height: 1px;
  border: 0;
  width: 180px;
}
.MenuHdr {
	color: white; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.MenuItem, .MenuItemMouseOver {
	color: white; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold;
	font-style: normal;
padding-left: 10px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link, 
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link {
  text-decoration: none;
  color: white;
}
.MenuItemMouseOver, .MenuItemMouseOver A:Hover {
  color: black!Important;
}
.currentItemHighlight {
  background-color: white!Important;
  color: #65573b!Important;
  width: 100%;
}
/* GENERIC */
H1  {
	font-family: Trebuchet MS, Geneva, Arial;
	font-size: 17px;
	color: #00519e;
	font-weight: bold;
	font-style: normal;
	margin: 0;
}
H2  {
	font-family: Trebuchet MS, Geneva, Arial;
	font-size: 15px;
	color: #6a9e3a;
	font-weight: bold;
	font-style: normal;
	margin: 0;
}
H3  {
	font-family: Trebuchet MS, Geneva, Arial;
	font-size: 15px;
	color: #fcaf17;
	font-weight: bold;
	font-style: normal;
	margin: 0;
}
H4  {
	font-family: Trebuchet MS, Geneva, Arial;
	font-size: 15px;
	color: #ca003a;
	font-weight: bold;
	font-style: normal;
	margin: 0;
}
H5  {
	font-family: Trebuchet MS, Geneva, Arial;
	font-size: 15px;
	color: #f26b21;
	font-weight: bold;
	font-style: normal;
	margin: 0;
}
H6  {
	font-family: Trebuchet MS, Geneva, Arial;
                font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #7a7a7a;
                margin: 0 3em 0 3em;
	text-align: center;
}
.news {
	color: #00519e; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.bold {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold;
	font-style: normal;
}
.marquee {
	font-family: Trebuchet MS, Geneva, Arial;
	font-size: 20px;
	color: white;
	font-weight: bold;
	font-style: normal;
}
.formctrl {
text-align: left;
}
.formlabel {
text-align: right;
font-weight: bold;
}

