.style1{
        font-size: 10pt;
        color: #FFFFFF
 }

td{
        font-size: 10pt;
        color: #ffffff
}

a:link{
	font-size:10pt;
	color:#ffffff;
	text-decoration:underline;
 }

a:visited{
	font-size:10pt;
	color:#ffffff;
	text-decoration:underline;
 }
   
a:active{
	font-size:10pt;
       color:#ffffff;
	text-decoration:underline;
}
	
a:hover{
	font-size:10pt;
	color:#ff0000;
	text-decoration:none;
}

body{
	font-size:10pt;
	color:#000000;
       margin: 0 0 0 0;
       line-height:130%;
       background-color:#ffffff;
}