@charset "UTF-8";
/* CSS Document */

  h1
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 110%;
  font-weight: normal;
  letter-spacing:normal;
}
 
  h2
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-size: 100%;
  font-weight: normal;
  letter-spacing:normal;
}

  h3
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-size: 90%;
  font-weight: normal;
  letter-spacing:normal;
}

  h4
{ font-family: arial, sans-serif;
  font-size: 85%;
  font-weight: normal;
  letter-spacing:normal;
}

p,table {font-family: arial, sans-serif;
  font-size:12px;
  line-height:1.5em;
  letter-spacing: .03em;
  padding-top:4px;
  list-style-type:square;
  color:#666666
  }

#main {margin:30px;}
  
.gray {color: #333333}
.note {font-size:10px;}
  


