.body,td,th {  font-family: "Arial", "Helvetica", "sans-serif"; 
               font-size: 12px; 
			   line-height: 18px;
			   }

.green {  font-family: "Arial", "Helvetica", "sans-serif"; 
          font-size: 12px; color: #FFFFCC;
		  background-color: #006600; 
		  text-align: center;
		  }
.orange {  font-family: "Arial", "Helvetica", "sans-serif"; 
          font-size: 12px; 
		  color: #ff3300;
		  }
.orange_b{  font-family: "Arial", "Helvetica", "sans-serif"; 
          font-size: 13px; 
		  font-weight: bold;
		  color: #ff3300;
		  }
.blue {  font-family: "Arial", "Helvetica", "sans-serif"; 
          font-size: 12px; 
		  color: #0099ff;
		  }
.name {  font-family: "Arial"; 
          font-size: 18px; 
		
		  color: #cc0066;
		  line-height: 20px;
		  }


.title { font-family: "Arial", "Helvetica", "sans-serif"; 
         font-size: 12px; color: #666600; 
		 font-weight: bold; 
		 }

.title1 { font-family: "Arial", "Helvetica", "sans-serif"; 
          font-size: 12px; color: #666600; 
		  font-weight: bold; 
		  }

.subtitle {  font-family: "Arial", "Helvetica", "sans-serif"; 
             font-size: 14px; 
			 color: #336600; 
			 clip:  rect(   ); 
			 font-weight: bold;
			 }

.copyright {  font-family: "Arial", "Helvetica", "sans-serif"; 
              font-size: 10px; 
			  color: #336600;
			  }

body {
        background-color: #FFFFFF;
        margin: 0px;
}

form {
  margin: 0;
}
a.button:link{
              font-family: "Arial"; 
              font-size: 12px; 
			  color: #006633;
			  text-decoration:underline ;
			  font-weight: bold;
}
a.button:active{
              font-family: "Arial"; 
              font-size: 12px; 
			  color: #006633;
			  text-decoration:underline;
			  font-weight: bold;
}
a.button:visited{
              font-family: "Arial"; 
              font-size: 12px; 
			  color: #006633;
			  text-decoration:underline ;
			  font-weight: bold;
}
a.button:hover{
              font-family: "Arial"; 
              font-size: 12px; 
			  color: #FFFF66;
			  text-decoration:underline;
			  font-weight: bold;
}					  