table { text-align: left;

}


h1 { color: #999999 ; 
 	font-size: 12pt; 
 	font-family: "Arial Unicode MS", Arial, Verdana, Helvetica, sans-serif; 
 	font-weight: normal;
 	font-style: normal;
 	
 	}

 h2  { color: #999999 ; 
 	font-size: 10pt; 
 	font-family: "Arial Unicode MS", Arial, Verdana, Helvetica, sans-serif;
 	font-weight: normal;
 	font-style: normal;
	text-align: left;
	
 	}
 	
h3  { color: #999999 ; 
 	font-size: 8pt; 
 	font-family: "Arial Unicode MS", Arial, Verdana, Helvetica, sans-serif;
 	font-weight: bold;
 	font-style: normal;
	text-align: left;
	
 	}
 	
h4  { color: #999999 ; 
 	font-size: 8pt; 
 	font-family: "Arial Unicode MS", Arial, Verdana, Helvetica, sans-serif;
 	font-weight: normal;
 	font-style: normal;
	text-align: center;
	
 	}

h5  { color: #999999 ; 
 	font-size: 10pt; 
 	font-family: "Arial Unicode MS", Arial, Verdana, Helvetica, sans-serif;
 	font-weight: bold;
 	font-style: normal;
	text-align: left;
	
 	}

h6  { color: #999999 ; 
 	font-size: 8pt; 
 	font-family: "Arial Unicode MS", Arial, Verdana, Helvetica, sans-serif;
 	font-weight: normal;
 	font-style: normal;
	text-align: left;
	
 	}
 p  { color: #999999 ; 
 	font-size: 9pt; 
 	font-family: "Arial Unicode MS", Arial, Verdana, Helvetica, sans-serif;
 	font-weight: normal;
 	font-style: normal;
	text-align: justify;
	
 	}	
 	
ul
{
	list-style-type: square;
	font-size: 8pt; 
}


a:link     { text-decoration: none; color:#999999 }
a:visited  { text-decoration: none; color:#999999 }
a:active   { text-decoration: none; color:#999999 }
a:hover    { text-decoration: none; color:#FF6600 }

body
{

background-color: #ffffff;



margin: 0px;

 }

