
/* --------------------------------------------------
    Global
-------------------------------------------------- */
    
    body    		
    {
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-size: 75%;        
    }
  
/* --------------------------------------------------
    Typography
   -------------------------------------------------- */

    p, li
    {
        line-height: 1.5em;    
    }
    p, li, table
    {
        font-size: 1.0em;
    }
    h1
    {
        font-size: 2.0em;
        color: #006e8d;
    }
    h2
    {
        font-size: 1.5em;
        color: #006e8d; 
    }
    h3
    {
        font-size: 1.2em;
        color: #006e8d;
    }
    h4
    {
        font-size: 1.0em;
    }
    h5
    {
        font-size: 0.8em;
    }
    h6
    {
        font-size: 0.6em;
    }
    a:hover
    {
        color: #a5cf4c;
    }
  
/* --------------------------------------------------
    Table
   -------------------------------------------------- */
   
   table
   {
        border-collapse: collapse;
   }
   th
   {
        padding: 2px;
        text-align: center;
	 }
	 td
	 {
        padding: 2px;
        text-align: left;
	 }
  
/* --------------------------------------------------
    Image
   
    img
    {
      max-width: 100%;
      height: auto;
    }
    /* HACK: IE6 doubles the left margin. *//*
    * html img
    {
      max-width: auto;
    }
    
   -------------------------------------------------- */




