BODY{
  font-size : 9pt;
  color : #333333;
  font-family : "MS UI Gothic";
  margin : 0px 0px 0px 0px
}
A{
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
}
a.link1{
  color : #FFFFFF;
  text-decoration : none;
}
a.link1:HOVER{
  color : #FFFF66;
  text-decoration : none;
}
LI{
  list-style-type : none;
}
TABLE{
  font-size : 9pt;
  color : #333333;
  font-family : "MS UI Gothic";
}
TH{
  font-size : 9pt;
  color : #FFFFFF;
  font-family : "MS UI Gothic";
}
TD{
  font-size : 9pt;
  color : #333333;
  font-family : "MS UI Gothic";
}
H1{
  font-size : 9pt;
  color : #FF9900;
  background-color : #FFFF99;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 500px;
  margin-bottom : 20px;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom 20px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  font-weight : normal;
  text-align : left;
}