/* CSS Document */

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
  color:#FFCC00; 
  background: #000066; 
  }
a:active { 
  color: #9999CC; 
  text-decoration: underline; 
  }
  
.hyper a:link {
	color: #9370DB;
	background: #F5F5DC;
	text-decoration: underline;
}
.hyper a:visited {
	color: #9370DB;
	background: #F5F5DC;
	text-decoration: underline;
}
.hyper a:hover {
	color: #000066;
	background: #C2C2DA;
  }
  
.hyper a:active { 
  color: #9999CC; 
  text-decoration: underline; 
  }
    
.HeaderInsideLinks a:link {
	color: #000066;
	text-decoration: none;
  }

HeaderInsideLinks a:visited {
  color: #000066; 
  text-decoration: none; 
  }
  
HeaderInsideLinks .a:hover {
  color:#FFCC00; 
  background: #000066; 
  }

HeaderInsideLinks a:active { 
  color: #9999CC; 
  text-decoration: underline; 
  }
  
.HeaderOutsideLinks a:hover {
  color:#000066; 
  background: #FFCC00; 
  }

.HeaderOutsideLinks a:visited {
  color: #FF9999; 
  text-decoration: none;
  }

.HeaderOutsideLinks {
  font-family:"Trebuchet MS";
  font-size:0.8em;
  text-align:right;
}

.HeaderSubTitle {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#C2C2DA;
  font-size:0.8em;
  font-weight:bold;
  text-align:right;
}

.HeaderTitle {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight:bold;
  color:#FFCC00;
}

.HeaderTitle a:link{
  color:#FFCC00;
}

.HeaderTitle a:visited{
  color:#FFCC00;
}

.HeaderTitle a:active{
  color:#FFCC00;
}

.HeaderTitle a:hover{
  color:#FFCC00;
}

.HeaderTitleExtra {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#C2C2DA;
  font-size:0.8em;
  font-style:italic;
}

.HeaderInsideLinks {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:0.8em;
}

.NavBarA {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#C2C2DA;
  font-size:0.8em;
  font-weight:bold;
}

.NavBarB {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#C2C2DA;
  font-size:0.8em;
}

.NavBarArrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C2C2DA;
	font-size: 1em;
	font-weight: bold;
}

.returning {
	color: Blue;
	font-style: oblique;
}

.DateLastUpdated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C2C2DA;
	font-size: 0.8em;
	font-style: italic;
}

-->

