/* CSS Document */


body {
   font-style : normal;
   font-weight : normal;
   font-size : 13px;
   font-family : Arial, Helvetica, sans-serif;
   line-height: 17px;
   color : #ffffff;
}


List {
   font-style : normal;
   font-weight : normal;
   font-size : 13px;
   text-align : left;
   font-family : Arial, Helvetica, sans-serif;
   line-height: 17px;
   color : #007F6E;
}


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 : 12pt;
     font-family : Arial, Helvetica, sans-serif;
   color : #FFFFFF;
   text-decoration : none;
   margin: 0;
   padding-left: 0;
   }



H2 {
   font-style : italic;
   font-weight : bold;
   font-size : 11pt;
     font-family : Arial, Helvetica, sans-serif;
   color : #00a994;
   text-decoration : none;
   margin: 0;
   padding-left: 0;
   }

H1 {
   font-style : normal;
   font-weight : bold;
   font-size : 14pt;
     font-family : Arial, Helvetica, sans-serif;
   color : #ffffff;
   text-decoration : none;
   margin: 0;
   padding-left: 0;
   }


A:link {
   font-style : normal;
   font-weight :bold;
   font-size : 12px;
     font-family : Arial, Helvetica, sans-serif;
   color : #00a994;
   text-decoration : none;
}

A:visited  {
   font-style : normal;
   font-weight : bold;
   font-size : 12px;
   font-family : Arial, Helvetica, sans-serif;
   color : #00a994;
   text-decoration : none;
}

A:hover{
   font-style : normal;
   font-weight : bold;
   font-size : 12px;
   font-family : Arial, Helvetica, sans-serif;
   color : #ffffff;
   text-decoration: none ;
}