<style>
<!--
	a:link{color:#FF9900;}
	a:visited{color:#FF9900;} 
	a:active{color:#FFCC66;}
	a:hover{color:#FFCC66;}
	
	body
	{
		font-family: MS UI Gothic, Book Antiqua, Times New Roman, Times;
		font-size: 10pt;
		background-color:#FFFFFF;
		color:#000000;
	}
	
	table
	{
		font-size: 10pt;
		table-border-color-light: rgb(128,128,128);
		table-border-color-dark: rgb(128,128,128);
		color:#000000;
		background-repead:repeat-x;

	}
	
	h1, h2, h3, h4, h5, h6
	{
		font-size: 10pt;
		font-family: MS UI Gothic, Book Antiqua, Times New Roman, Times;
	}
	
	h1{color: rgb(255,255,255);}
	h2{color: rgb(255,255,255);}
	h3{color: rgb(255,255,255);}
	h4{color: rgb(255,255,255);}
	h5{color: rgb(255,255,255);}
	h6{color: rgb(255,255,255);}

-->
</style>