@charset "utf-8";
 
 html, body {
 margin: 0px;
 padding: 0px;
 border: 0px;
 color: #000;
 background: #fff;
 }
 html, body, p, th, td, li, dd, dt {
 font: 10pt Arial, Helvetica, sans-serif;
 }
 h1, h2, h3 {
 font-family: Arial, Helvetica, sans-serif;
 }
 h1 { font-size: 24pt; color: #666666; font-weight: 400;}
 h2 { font-size: 18pt; color: #666666; font-weight: 400;}
 h3 { font-size: 14pt; color: #666666; font-weight: 400;}

 a:link {text-decoration: none; color: #666666; }
 a:visited {text-decoration: none; color: #666666; }
 a:hover {text-decoration: none; color: #0099cc; }
 a:active {text-decoration: none; color: #666666; }
 
 a2:link {text-decoration: none; color: #ffffff; }
 a2:visited {text-decoration: none; color: #ffffff; }
 a2:hover {text-decoration: none; color: #0099cc; }
 a2:active {text-decoration: none; color: #ffffff; }