/**************************************************************************************************
************************************************************************************************** 
////////////////////////////////////////////////////////// RESET SECTION ////////////////////////
**************************************************************************************************
**************************************************************************************************/
*{
  margin:0;
  padding:0;
  }

/**************************************************************************************************
************************************************************************************************** 
////////////////////////////////////////////////////////// MARKUP SECTION ////////////////////////
**************************************************************************************************
***************************************************************************************************/
   p, td, div, ol, ul, ul a, ol a{
  font-family:Arial, verdana;
  font-size:13px;
  font-weight:normal;
  /*color:#000;*/color:#1a171b;
  }
  ul, ol{
    margin:0 0 0 15px;
    _margin:0 0 0 20px;
    border:0px solid red;
	}
  a{
  text-decoration:none;
  color:#1a171b;
  }
  a:active, a:focus
  { 
  outline:none; 
  } 
  .firstchild a, .hormenu .firstchild a:hover{
   font-size:14px;
   font-weight:bold;
   }  
  
  a span{
  font-size:13px;
  }
 h1{
  font-family:Arial narrow;
  font-size:24px;
  font-weight:normal;
  color:#1a171b;
  }
  h3{
  font-family:Arial;
  font-size:14px;
  font-weight:bold;
  color:#1a171b;
  }

