<!--
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  border-style : none none none none;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
TD{
  font-size:12px;
  line-height:1.5;
}
.small{
  font-size:11px;
  line-height:1.5;
}
.large{
  font-size:14px;
  line-height:1.5;
}
.title{
  font-size:16px;
  line-height:1.5;
}
.big{
  font-size:18px;
  line-height:1.5;
}
A:HOVER{
  font-size : 12px;
  line-height:1.5;
  color : red;
}
A{
  font-size : 12px;
  line-height:1.5;
  text-decoration:none;
  color : white;
}
.button_line{
  background-color:#ffcc00;
  color:#000000;
  border:1px solid #000099;
}
.button_dot{
  background-color:#0000ff;
  color:#ffffff;
  border:2px dotted #0000ff;
}
.Button{
  background-color:#ccccff;
  color:#000000;
  border:1px solid #000099;
}
-->