a:link {
  color: #2A22D2; 
  text-decoration: none; 
} 
a:visited { 	
  color: #2A22D2;  
  text-decoration: none;
}
a:active  { 	
  color: rgb(0,0,40); 
  text-decoration: underline;
} 
a:hover {
  color: #2A22D2;
  text-decoration: none;
  font-weight: bold;
 
}

body {
  font-family: arial, helvetica, sans-serif; 
  background-color: rgb(255,255,255);

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 10px 50%;
  color: rgb(0,0,40);
} 



.title {
  
  background-color: rgb(255,255,255);
  color: rgb(0,0,40);
  background-image: none;
  
}

table {
  table-border-color-light: 
  rgb(153,204,153); 
  table-border-color-dark:
  rgb(153,204,153);  
  
  color: rgb(0,0,40); 
} 
h1, h2, h3, h4, h5, h6 { 
  font-family: Arial, Helvetica; 
  color: rgb(0,0,40);
} 

.MenuItem
{
         
}

.MenuItem a, .MenuItem span
{
               
}

.MenuItem a
{
        color: rgb(0,0,40);
        text-decoration: none;
}

.MenuItem a:hover, .MenuItem span
{
        color: rgb(0,0,40);
        text-decoration: underline;
}


.A-Z_nav body 
{
	font-weight: bolder;
}

.MapPage body {
  font-family: arial, helvetica, sans-serif; 
  background-color: rgb(255,255,255);
  color: rgb(0,0,40);
} 

