a:link {
  color: rgb(0,0,40); 
  text-decoration: none; 
} 
a:visited { 	
  color: rgb(0,0,40); 
}
a:active  { 	
  color: rgb(0,0,40); 
  text-decoration: underline;
} 
body {
  font-family: Arial, Helvetica; 
  background-color: rgb(255,255,255);
  color: rgb(0,0,40);
}

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
{
          font-size: x-small;     
}

.MenuItem a
{
        color: rgb(0,0,40);
        text-decoration: none;
        font-size: x-small;
}

.MenuItem a:hover, .MenuItem span
{
        color: rgb(0,0,40);
        text-decoration: underline;
	font-size: x-small;
}


.A-Z_nav body 
{
	font-weight: bolder;
}

