body, form { margin: 0 }

a:visited { color: blue }
a:hover { font-style: italic }

table, body { 
  font-family: Tahoma,Geneva,'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14pt;
}

table.sideBar {
  margin-top: 20px;
  font-size: 10pt; 
  font-weight: bold
}

table.sideBar td { 
  white-space: nowrap; 
  padding-left: 5px; 
  padding-right: 5px;
  padding-top: 10px;
  color: rgb(4,19,86);
}

span.breadcrumb { font-size: 10pt; margin-left: 10px }

.sideBar A:link, .sideBar A:visited { 
  color:rgb(4,19,86); 
  text-decoration: underline;
}

.sideBar A:hover { font-style: italic }

td.menu { 
  height:30px; 
  width: 90px; 
  text-align: center
}

table.marquee, .stdFont, td.menu, h1, h2 {
  font-family: 'Courier New',Georgia,'Trebuchet MS',Helvetica,Tahoma,Geneva,sans-serif;
  font-variant: small-caps;
  font-weight: bold;
}

h1, h2 {
  margin-top: 20px;
  text-decoration: underline;
}

h1 { 
  margin: auto; text-align: center;
  font-size: 22pt; 
}

h2 { 
  text-align: left;
  font-size: 18pt; 
}

.button1 {
    color: black;
    background-color: rgb(171,160,130);
    font-size: 12pt;
    font-weight: bold;
}

