body
  {
    color: black;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
    background-color: #EFEFEF;
    padding-left: 0px;
    font-weight: normal;
  }



div.text, table.text , form.text , td.text, span.text , tr.text
  {
    color: black;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
    font-weight: normal;
    padding: 3pt;
  }


.lighter
{
    padding-left:20px;
    padding-top:3px;
    padding-bottom:3px;
    background: #525759;
}

.darker
{
    background: #BFBFBF;
    padding: 3px;

}

.darkerborder
{
    background: #BFBFBF;
   border: 1px solid #f98a1e;
   padding: 2px;

}

div.title
 {      color: white;
        font-family: Verdana;
        font-size: 11pt;
        font-weight: bold;
 }

.border
{

    border: 1px solid #f98a1e;
    background: white;
    padding: 3px;

}


a:link
 {      color: black;
        font-style: normal;
        font-weight: normal;
        text-decoration: underline
 }
a:visited
 {      color: black;
        font-style: normal;
        font-weight: normal;
        text-decoration: underline
 }
a:active
 {
         text-decoration: underline
 }
a:hover
 {      color: white;
        font-style: normal;
        font-weight: normal;
        text-decoration: underline;
        background: #525759;
}

hr
{
    border: #A6000C 1px solid;
    height: 1px;
}

td.thinredline
{
    background: #A6000C;
}


select.dropdown, input, textarea
 {
 font-family:   Arial, Tahoma;
 font-size: 10pt;
 text-align: left;
 background: #EFEFEF;
 color: #A6000C;
 text-decoration: none;
 border-style: solid;
 border-width: 1px;
 border-color: #A6000C;
 }

h1
 {      color: #A6000C;
        font-size: 25pt;
        font-family: Tahoma, "Times New Roman", Georgia, Times;
        text-align: center
  }
h2
 {      color: black;
        font-size: 22pt;
        font-family: Georgia, "Times New Roman", Georgia, Times;
        text-align: center
  }
h3
 {
        color: black;
        font-size: 20pt;
        font-family: Tahoma, Georgia, "Times New Roman", Georgia, Times;
        text-align: center
  }
h4
 {
        color: black;
        font-size: 18pt;
        font-family: Tahoma, Georgia, "Times New Roman", Georgia, Times;
        text-align: center
  }


sub
 {      color: black;
        font-size: 10pt;
        text-align: center
}

td.top
{
    color: black;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
    padding: 3px;
    font-weight: normal;
    border-top: 1px solid #A6000C;
}
