/* CSS Document */


P, td, tr, table, DIV {
   font-style : normal;
   font-weight : normal;
   font-size : 10pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ffffff;
}



List {
   font-style : normal;
   font-weight : bold;
   font-size : 10pt;
   text-align : left;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #F7931D;
}

INPUT {
   font-weight : bold;
   font-size : 10pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #409CD6;
   background-color : #ffffff;
   border-width : 1pt;
   border-color : #000000;
}


H5 {
   font-style : normal;
   font-weight : bold;
   font-size :  7pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #999999;
   text-decoration : none;
 margin:0;
   padding-left:0;}

H4 {
   font-style : normal;
   font-weight : italic;
   font-size : 11pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ffff00;
 margin:0;
   padding-left:0;
   text-decoration : none;
}

H3 {
   font-style : normal;
   font-weight : bold;
   font-size : 11pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #FFFFFF;
   text-decoration : none;
   margin:0;
   padding-left:0;
}

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

H1 {
   font-style : normal;
   font-weight : bold;
   font-size : 16pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #FFFFFF;
   text-decoration : none;
   margin:0;
   padding-left:0;
}


A:link {
   font-style : normal;
   font-weight :bold;
   font-size : 11pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color :#FFD600;
   text-decoration : none;
}

A:visited  {
   font-style : normal;
   font-weight :bold;
   font-size : 11pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #FFD600;
   text-decoration : none;
}

A:hover{
   font-style : normal;
   font-weight : bold;
   font-size : 11pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ffffff;
   text-decoration: none ;
}