﻿/* This is in a seperate file so the editor can read the styles, and not the body styles */

h1 {
  color:#1153bb;
  font-size: 14pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 14pt;

}


h2 {
  color:#1153bb;
  font-size: 12pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 12pt;
  margin: 0px;
}

h2 a:link { color: #1153bb; text-decoration: none;}
h2 a:visited { color: #1153bb; text-decoration: none;}
h2 a:hover { color: #000000; text-decoration: none;}
h2 a:active { color: #1153bb; text-decoration: none;}


h3 {
  color:#1153bb;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 8pt;
  margin: 0px;
}

h4 {
  color:#1153bb;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 8pt;
  margin: 0px;
}

h5 {
  color:#1153bb;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 8pt;
  margin: 0px;

}

pre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
}
