 

A:LINK{
  color : blue;
  text-decoration : underline;
}
A:VISITED{
  text-decoration : underline;
  color : blue;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
A:ACTIVE{
  text-decoration : underline;
  color : red;
}
BODY{
  font-size : 12pt;
  background-color : #ffffff;
  color : black;
  font-family : "Times New Roman";
}
H1{
  font-style : normal;
  text-align : center;
  font-size : 14pt;
}
EM{
  text-decoration : none;
  color : white;
  font-style : normal;
}
STRONG{
  font-weight : bold;
  font-variant : normal;
  color : red;
  text-decoration : none;
  font-style : normal;
}
H2 {
  font-size : 12pt;
  text-align : center;
  font-style : normal;
}
.clsLongText {
  font-size : 12pt;
  line-height : 170%;
}
.clsNormalFontSize {
  font-size : 12pt;
}
.clsDataText {
  font-size : 12pt;
  line-height : 120%;
}
.clsDataTable{
  font-size : 12pt;
}
.clsTitle{
  font-size : 16pt;
  font-weight : bold;
}
.clsSubtitle{
  font-size : 13pt;
  font-weight : bold;
}
.clsComment{
  font-size : 10pt;
  line-height : 150%;
}
