* {
  font-family: arial, verdana, tahoma, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 10px 0;
}

h1 {
  color: #ef3e35;
  font-size: 16px;
  line-height: 16px;
}
h2 {
  color: #333;
  font-size: 14px;
  line-height: 14px;
  margin-top: 20px;
}
h3 {
  color: #02658f;
    font-size: 14px;
    line-height: 14px;
}
h4 {
  color: #999;
    font-size: 13px;
    line-height: 13px;
}
h5 {
    color: #999;
    font-size: 12px;
    line-height: 12px;
}
h6 {
    color: #999;
    font-size: 11px;
    line-height: 11px;
}

p {
    margin: 5px 0 10px 0;
}

ul, ol {
    margin-top: 10px;
    margin-bottom: 10px;
}
ul {
    margin:0;
    padding:0;
    list-style-type: square;
}
ul li {
    margin:0 0 0 25px;
    padding:0;
}
ul ul, ol ol, ol ul, ul ol {
    margin-top:0px;
    margin-bottom:0px;
    padding:0;
}
ul ol li {
    background:none;
    padding:0;
}

a:link, a:visited {
  color: #b91111;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
    color: #1d1a7d;
    text-decoration: underline;
}
a:link img, a:visited img {
    border: none;
}

hr {
    height: 1px;
    border: none;
    color: #001244;
    background-color: #1d1a7d;
}

  p.indent {
  background-image: url(../images/layout/bullet.gif);
  background-position: 0 5px;
  background-repeat: no-repeat;
  text-indent: 10px;
}
p.bulletindent {
  background-image: url(../images/layout/bullet.gif);
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 10px;
}


blockquote {
    margin: 10px 0;
    padding: 10px;
    background-color: #e7ebf7;
    font-weight: bold;
    color: #005bad;
}

blockquote p {
    margin: 0;
}

blockquote blockquote {
    padding: 0 !important;
    margin-left:20px !important;
    margin: 0 0 0 20px !important;
    background-image:none !important;
    border: none;
}

.smalltext {
   font-size: 10px
}

.datatable {
  width: 595px;
}
.datatable th {
  background-color: #005dab;
  color: #fff;
  text-align: left;
}
.datatable th, .datatable td {
  padding: 3px;
  vertical-align: top;
  font-size: 10px;
}
.datatable td {

}



.subtle {
  width: 595px;
}
.subtle th {
  background-color: #333;
  color: #fff;
  text-align: left;
}
.subtle th, .subtle td {
  padding: 3px;
  vertical-align: top;
}
.subtle td {
  border-top: 1px solid #efefef;
}



.bullet {
    background-image: url(../images/layout/arrow.gif);
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.popup {
    text-align: left;
    padding: 10px;
}
