/* CSS Document */



.navheader {
  color: white;
  font-family: Arial;
  font-weight: 800;
  font-size: 12px;
  text-indent:10px;
}

.header {
  color: white;
  font-family: Arial;
  font-weight: 800;
  font-size: 12px;
  text-indent:10px;
}

.linkbar {
  color: #DE6B18;
  font-family: Arial;
  font-weight: light;
  font-size: 11px;
}

a.navlink:link, a.navlink:visited {
  text-decoration: none; 
  color: #4C3271;
  font-family: Arial;
  font-weight: 800;
  font-size: 14px;
}

a.navlink:hover, a.navlink:active, a.navlink:focus {
  text-decoration: underline; 
}

.footer {
  color: #426363;
  font-family: Arial;
  font-weight: light;
  font-size: 11px;
}

TD.navitem {
  vertical-align: middle; 
}

TD.navhilitea {
  background: #A7B6C6; 
}

TD.navhiliteb {
  background: #AEA2AD; 
}

TD.navhilitec {
  background: #A88EA6; 
}

.navitem {
  color: black;
  font-family: Arial;
  font-weight: normal;
  font-size: 9px;
  margin-left:15px;
}
a.navitem:link, a.navitem:visited {
		text-decoration: none; 
		color: black; }

a.navitem:hover, a.navitem:active, a.navitem:focus {
		text-decoration: underline; 
		color: white; }
		
		
a.navheader:link, a.navheader:visited {
	text-decoration: none; 
	color: white;
	font-family: Arial;
	font-weight: 800;
	font-size: 12px;
	text-indent:10px;
}

a.navheader:hover, a.navheader:active, a.navheader:focus {
	text-decoration: none; 
	color: black;
}
