
input[type="text"] {
  font-family: sans-serif;
  font-size: 13pt;
  text-decoration: none;
  width: 600px;
  font-weight: bold;
  padding: 6px;
  color:  black;
  }

TABLE.inline {
  font-family:  sans-serif;
  font-size: small;
  text-decoration: none;
  border-style: solid;
  border-width: 1;
  border-color: #000066;
  margin: 0px;
  padding: 0px;
  width: 600px;
  border-collapse: collapse;
  }
  
A.inline-header {
  color: white;
  font-weight: bold;
  text-decoration: none;
  }
  
TR.inline-header {
  background: #000066;
  color: white;
  padding: none;
  margin: none;
  border: none;
  }
  
TD.inline-header {
  background: #000066;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  padding: 4px 10px 4px 10px;
  border: none;
  margin: 0px;
  }
  
TD.inline-header-2 {
  background: #000066;
  color: white;
  font-size: 10pt;
  text-align: right;
  padding: 4px 10px 4px 10px;
  margin: 0px;
  }
  
TR.inline {
  font-size: 10pt;
  background: white;
  color: black;
  } 
  
TD.inline {
  background: white;
  color: black;
  font-size: 8pt;  
  text-decoration: none;
  padding: 0px;
  }
  
UL.inline {
  padding: none;
  list-style: bullet;
    }
  
LI.inline {
  font-size: 10pt;
  margin: 6pt;
  }

div.box { border: solid; border-width: thin; width: 100%; }

.tiny {
 font-family: sans-serif;
 font-size: 8pt;
 text-align: center;
 }
