#top {
  vertical-align: top;
}

#bold {
  font-weight: bold;
} 

body {
  background-color: #ffffff;
  font-family : Arial, Sans-Serif; 
  font-size : 12pt;
}

h1 {
  font-family : Sans-Serif;
  font-weight: lighter; 
  font-size : 18pt; 
  color : #005a9c; 
} 

h2 {
  font-family : Sans-Serif;
  font-weight: lighter;
  font-size : 140%; 
  color : #005a9c;
}

h3 {
  font-family : Sans-Serif; 
  font-size : 125%; 
  font-weight: lighter;
  color : #005a9c;
}

.footer {
  font-size : 8pt;
  margin-top: 2pt;
  margin-bottom: 2pt; 
}

.nav {
  font-family: Arial, Sans-Serif;
  color: #005a9c;
  font-size: 10pt;
  text-align: center;
  text-decoration : none;
}

a.nav:link {
  font-size : 10pt;
  color : #005a9c; 
  text-decoration : none; 
} 

a.nav:visited {
  color : #005a9c; 
  text-decoration : none;
} 

a.nav:hover {
  color : #8b0000; 
  text-decoration : underline;
} 

a:link {
  font-family : Arial, Sans-Serif;
  color: #005a9c;
  text-decoration : none; 
} 

a:visited {
  color: #005a9c;
  text-decoration: none;
} 

a:hover {
  text-decoration : underline;
} 
