body {
  background-color: #ffffff;
  font: 10pt arial;
  color:#0C2D83;
}

p { 
  font: 10pt arial;
  color:#0C2D83;
}

td { 
  font: 10pt arial;
  color:#0C2D83;
}

h1 {
  font:12pt arial;
  font-weight:bold;
  font-style: italic;
  color: #0C2D83;
}

h2 {
  font:11pt arial;
  font-weight:bold;
  font-style: italic;
  color: #0C2D83;
}

h3 {
  font:10pt arial;
  font-style: italic;
  color: #0C2D83;
}

hr {
  height: 1px;
  color: #FEA814;
}

a {
  color: #0C2D83;
}

a:hover {
  color: #0C2D83;
}

select {
  font: 8pt arial;
}

.callout { /* callout instruction boxes on sample pages */
  border:1px solid #0c2d83;
  font:8pt arial;
  padding:5px;
  color:black;
}

.button { /* general button style */
}

.tableheading { /* heading td in table */
  background-color: #0c2d83;
  font-weight:bold;
  font:10pt arial;
  color:white;
}

.tablebody { /* body td in table */
  background-color: #e5e5ef;
  font:10pt arial;
  color:0c2d83;
}

input.text {
}

