a { color: #00658e; text-decoration: none; }
a:hover { text-decoration: underline; }
p {margin-top: 0;}
h1,h2,h3,h4{ font-family: Arial; color: #333; }
h1 { font-size: 36px; font-weight: normal;}
h2 { font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
body { font-size: 12px; color: #373737; font-family: Arial;}
table { border-collapse: collapse; }
table th { border-bottom: 0; }
table thead td, table thead tr th  { background: url(../images/bg-table-head.gif) repeat-x bottom; font-weight: bold; font-size: 14px; }
table tbody { border: 0; }
table tr.alt, table tr.alt td { background: #f0f0f0; }
ul { list-style: disc; }
ul,ol { padding-left: 20px;}

hr {
  min-height: 0px;  /*required to get IE to render the top pixel color*/
  border: 0px;
  border-top: 1px dotted #bfbfbf; /*Your top color*/
  height: 1px;
}

a.pdf{
   background: url(../images/icons/pdf.png) no-repeat 0px 0px;
   padding-left: 40px;
   display: block;
   height: 35px;
   line-height: 40px;
}

p.bg{
    background-color: #E7E7E4;
    display: block;
    padding: 3px 4px;
    margin: 0px 0px 5px 0px;
}