/* CSS Document */

body {
  font-family : Arial, Helvetica, Comic Sans;
  font-size: 9pt;
  font-size-adjust:0.58;
  line-height:1.4em;
  color: #005295;
}

select, input, option, textarea {
    font-size: 10pt;
    color: #005295;
    
}

h1, h2 {
  line-height: 1.2em;
}
h1,h2,h3,h4,h5,h6 {
  color: #005295;
}

h1 {
  font-size: 130%;
}
h2 {
  font-size: 115%;
}
h3, h4 {
  font-size: 105%;
  margin-bottom: 0px;
}

/* SOME DEFAULTS */
table {
    border-collapse:separate;
}
td {
    vertical-align:top;
}
col.number {
    text-align:right;
}

a, a:link, a:visited {
  color: #005295;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


div {
    box-sizing:border-box;
    -moz-box-sizing:content-box;
}

ol, ul {
  margin: 0px;
  padding: 0px;
  margin-left: 2.5em;
}

