/* CSS Document */


TR, TD, BODY, P, DIV, TABLE {
   font-style : normal;
   font-weight : normal;
   font-size : 13px;
   font-family : Arial, Helvetica, sans-serif;
   line-height: 17px;
   color : #007F6E;
}


List {
   font-style : normal;
   font-weight : normal;
   font-size : 13px;
   text-align : left;
   font-family : Arial, Helvetica, sans-serif;
   line-height: 17px;
   color : #007F6E;
}


INPUT {
   font-weight : normal;
   font-size : 13px;
   font-family : Arial, Helvetica, sans-serif;
   color : #ffffff;
   background-color : #00aabc;
   border-width : 1px;
   border-color : #5C3D1E;
}


H5 {
   font-style : normal;
   font-weight : bold;
   font-size : 8pt;
   font-family : Georgia, Times New Roman, Times, serif;
   color : #7B2818;
   text-decoration : none;
      margin: 0;
   padding-left: 0;
}

H4 {
   font-style : normal;
   font-weight : bold;
   font-size : 9pt;
   font-family : Georgia, Times New Roman, Times, serif;
   color : #7B2818;
   text-decoration : none;
      margin: 0;
   padding-left: 0;
}

H3 {
   font-style : normal;
   font-weight : bold;
   font-size : 11pt;
   font-family : Georgia, Times New Roman, Times, serif;
   color : #E69A28;
   text-decoration : none;
   margin: 0;
   padding-left: 0;
   }


H2 {
   font-style : normal;
   font-weight : bold;
   font-size : 8pt;
   font-family : Arial, Helvetica, sans-serif;
   color : #ffffff;
   text-decoration : none;
      margin: 0;
   padding-left: 0;
}

H1 {
   font-style : normal;
   font-weight : bold;
   font-size : 14pt;
   font-family : Georgia, Times New Roman, Times, serif;
   color : #E69A28;
   text-decoration : none;
   margin: 0;
   padding-left: 0;
   }


A:link {
   font-style : normal;
   font-weight :bold;
   font-size : 12px;
     font-family : Georgia, Times New Roman, Times, serif;
   color : #007F6E;
   text-decoration : none;
}

A:visited  {
   font-style : normal;
   font-weight : bold;
   font-size : 12px;
   font-family : Georgia, Times New Roman, Times, serif;
   color : #007F6E;
   text-decoration : none;
}

A:hover{
   font-style : normal;
   font-weight : bold;
   font-size : 12px;
   font-family : Georgia, Times New Roman, Times, serif;
   color : #FED18C;
   text-decoration: none ;
}