BODY {
 background-color: ;
 background-image: url();
 background-repeat: repeat-y;
 background-attachment: fixed;
 background-position: center center;
 font-size: 14px;
 line-height: 17px;
 margin: 0px 0px 0px 0px;
 border-width : 0px 0px 0px 0px;

}

.fontA {  font-size: 14px;}
.fontA2 {  font-size: 14px; font-weight : bold;}
.fontB {  font-size: 18px; color: #666666; font-weight : bold;}
.fontC {  font-size: 16px; color: #FFFFFF; font-weight : bold;}
.fontD {  font-size: 14px; line-height: 18px;}
.fontE {  font-size: 12px; color: #FF6600; font-weight :;}
.fontF {  font-size: 9px; color: #666666; font-weight :;}


div.t1{
 font-size: 16px;
 font-weight:bold;
}

TABLE{
 font-size: 12px;
 line-height: 120%;
}

TABLE.TableA{
 font-size: 12px;
 line-height: 180%;
 color: #000000;
 font-weight:bold;
}

TABLE.TableB{
 font-size: 12px;
 line-height: 180%;
 color: #FFFFFF;
 font-weight:bold;
}

A:LINK{
  color : #6633ff;
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
  color : #6633ff;
}
A:HOVER{
  color : #ff9933;
  text-decoration : underline;
}
A:ACTIVE{
  text-decoration : underline;
  color : #ff9933;
}

