	body{
	    margin:0px;
	}
	 .font01 {font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:12px}
	 .font02 {font-family:Arial, Helvetica, sans-serif; color:#ff9933; font-size:12px}
	 
	 a{color:#ff9933; text-decoration:underline
	}
	a:active {color:#ff9933; text-decoration:underline}
	a:link {color:#ff9933; text-decoration:underline;}
	a:hover{ color:#ff9933; text-decoration:underline}
	a:visited{text-decoration:underline;}
	
	<!--
    
    * html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    }
    html, body {
 color:#FFFFFF;
 background:#FFFFFF;
    }
-->
	
