@charset "utf-8";
/* CSS Document */

/***********
* tags
***********/

html
{
 /*overflow: -moz-scrollbars-vertical !important; */
 height: 100.01%;
 padding: 0px;
 margin: 0px;
 border: 0px transparent none;
}


  body
  {
   padding: 0px;
   margin: 0px;
   border: 0px transparent none;
   background-position: left top;
   /* font */
   color:##595959;
   font-size: 12px; 
   font-family: Verdana,Arial,Helvetica,sans-serif,Trebuchet MS;
  }


    div,span,table,td,tr,form,input
    {
     padding: 0px;
     margin: 0px;
     border: 0px transparent none;
     /* font */
     color:#595959;
     font-size: 12px; 
     font-family: Verdana,Arial,Helvetica,sans-serif,Trebuchet MS;     
    }
    
  
      p,h1,h2,h3,h4,h5,h6,ol,ul,li,strong
      {
       padding: 0px;
       margin: 0px;
       border: 0px transparent none;
       /* font */
       color:#595959;
       font-size: 12px; 
       font-family: Verdana,Arial,Helvetica,sans-serif,Trebuchet MS;
      } 
    

      /*** clearfix ***/ 
      .clearfix { clear: both; line-height: 0; font-size: 0; display: block; height:0; }     		
    
    
      a img 
      {
      border: 0px;
      }	
    	
     /***********
     * fonts
     ***********/
     
	p
	{
	font-family: verdana;
	font-size: 12px;
	line-height: 150%;
	color: #777777;
	}
	
	strong
	{
	line-height: 150%;
	font-weight: bold;
	}
	
	h1
	{
	font-family: arial;
	color: #595959;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 10px 0pt 10px;
	}
	
	h2 a
	{
	font-family: helvetica,verdana,arial;
	color: white;
	font-size: 17px;
	padding: 10px 0pt 10px;	
	font-weight: normal; 
	text-decoration: none;
	}
	
	h3
	{
	margin: 0px 0px 3px 0px; 
	padding: 0px; 
	
	}	

	h4
	{}

	h5
	{}

	h6
	{}
				

     /***********
     * links
     ***********/

     .bodytext a, .bodytext a:visited
     {
      color: #376aa1;
      text-decoration: none;
     }		
     
     	.bodytext a:hover
     	{
     	 text-decoration: underline;
     	}	
     
     /**********
     * list ul,li,ol
     **********/	

     ul
     {
     margin: 0px 0px 0px 0px;
     }
     
     li
     {
     list-style-image: url(../img/li.gif);
     list-style-position: outside;
     /*-35px;*/
     margin-left: 15px;
     padding: 0px;
     font-size: 12px;
     line-height: 150%;
     }

