body, p, h1, h2, h3, ul, ol, dl {
  background-color: #004489;
  color: #FFFFFF;
  font-family: bookman old style, book antiqua, courier new, Arial, sans-serif;
}


h1{
  font-size: 150%;
}


h2{
  font-size: 115%;
}


h3 {
  font-size: 105%;
}

hr {
  color: #4A8ED3;
  width: 90%;
}
 

a:link {
  color: #33CCFF; 
  text-decoration : none; 
}
a:visited {
  color: #c3e1ff; 
  text-decoration : none; 
}
a:hover { 
  color: #0B65C1; 
  text-decoration : underline; 
}


table {
  table-layout: auto;
  width: 95%;
}

.menu {
  background-color: #4A8ED3;
  width: 85%;
  padding: 3px;
  color: #ffffff;
}

.menu a:visited {
  color: #555555;
}

.menu a:hover {
  color: #0B65C1; 
  text-decoration : underline; 
}

.menu a: link {
  color: #000000; 
  text-decoration : none; 
}



.menu2 {
  background-color: #4A8ED3;
  width: 85%;
  padding: 3px;
  color: #ffffff;
  font-size: 110%; 
  font-weight: strong;
}

.emp {
  font-weight: strong;
}


.menu3 {
  font-size: 85%;
}

.footer {
  font-style: italic;
  text-align: center;
}

.header {
   background-image: url(images/bannerline.gif);
}

table.archives {
  border: 2px solid;
  border-color: #4A8ED3;
  border-collapse: collapse;
}


td.archives {
  border: 2px solid;
  border-color: #4A8ED3;
}

input.submit {
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-color: #FFFFFF;
color: #333333;
font-size: 75%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
} 

