BODY{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 13pt;
  color : #333333;
  background-color : white;
  line-height : 20px;
}
.center{
  text-align : center;
}
TABLE{
  font-size : 11pt;
  color : #333333;
  line-height : 20px;
}
TD{
  font-size : 11pt;
  vertical-align : top;
  color : #333333;
  line-height : 20px;
}
TABLE.main{
  font-size : 11pt;
  color : #333333;
  line-height : 20px;
  vertical-align : top;
  width : 580px;
  height : 100%;
  background-color : white;
}
TD.main{
  font-size : 11pt;
  vertical-align : top;
  color : #333333;
  line-height : 20px;
  width : 580px;
  height : 100%;
  background-color : white;
}
hr{
  border-top-color : #ccffcc;
  border-bottom-color : #ccffcc;
  border-right-color : #ccffcc;
  border-left-color : #ccffcc;
}
.right{
  text-align : right;
}
A{
  color : #ff8000;
  text-decoration : none;
}
A:HOVER{
  color : green;
  text-decoration : underline;
}

