body, h1, h2, h3, h4, h5, table
{
    font-family:  Tahoma, sans-serif;
    color: #000000;
    text-decoration: none;
}

body
{
    background-color: white;
    font-size:  11px;
    font-weight: normal;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    line-height: 15px;
}

table
{
    font-size:  12px;
    font-weight: normal;
}


h1	{	
	font-size:	17px;
    font-weight: bold;
	}	
		
h2	{	
	font-size:	15px;
    font-weight: bold;
 }	
		
h3	{	
	font-size:	13px;
    font-weight: bold;
	}	
		
h4	{	
	font-size:	11px;
    font-weight: bold;
	}	
		
h5	{	
	font-size:	11px;
    font-weight: normal;
	}	

ul li	{	
	list-style-type:	square ;
	}	

ul li li	{	
	list-style-type:	disc;
	}	

ul li li li	{	
	list-style-type:	circle;
	}	
	
ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

img 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
