body {
    color: black; 
    font-family: arial, sans-serif; 
    font-size: 11pt;
    margin-left: 5%; 
    margin-right: 5%
}

table {
    color: black; 
    font-family: arial, sans-serif; 
    font-size: 11pt;
}

figcaption {
    color: black; 
    font-family: arial, sans-serif; 
    font-size: 9pt;
}

.ital {
    font-style: italic
}

.bold {
    font-weight: bold
}

.mouseover {
    cursor: pointer
}

.formlabel {
    text-align: right;
    padding-right: 6px
}

.formdata {
    font-weight: bold
}

.listdata{
    text-align: left;
    padding-right: 18px
}

.linkslist {
    text-align: left;
}

form {
    margin: 0px;
    padding: 0px;
}

h1, h2 {
    font-size: 12pt
}

h3 {
    font-size: 11pt
}

input[type="button"], input[type="submit"] {
  background-color: SteelBlue;
  color: white;    
  width: 100px
}

table.pagehdr {
    border-style: none;
    background-color: SteelBlue;
    color: white;
    font-size: 18pt;
    table-layout: fixed;
    cursor: default
}

table.menubar {
    border-style: none;
    background-color: SteelBlue;
    color: white;
    font-size: 11pt;
    margin-top: 1px;
    margin-bottom: 12px;
    cursor: default
}   

table.boxed {
    border-collapse: collapse;
    text-align: left;
}

td.boxed, th.boxed {
    border: 1px solid black;
    font-size: 10pt;
    padding: 2px;
    text-align: left;
}

td.sectionhdr {
    background-color: LightSteelBlue;
    font-weight: bold
}

textarea {
    color: black; 
    font-family: arial, sans-serif; 
    font-size: 11pt;
}
    
div.PopUpMenu {
  background-color: SteelBlue;
  color: white;
  border: 1px outset #cccccc;
  position: absolute;
  display: none;
  top:0px;
  left:0px;
  z-index:10000;
}

p.PopUpMenu {
  white-space: nowrap;
  padding: 2px 5px 2px 10px;
  margin: 0px;
  border: 1px outset #cccccc;
  cursor: pointer;
  font-family: arial,sans-serif;
  font-size: 11pt
}

p.PopUpMenu:hover {
    color: yellow
}
    
    