body {
  font-family:Arial,Helvetica;
  font-size : 12px;
  background : #ffffff;
}


.footer {
  background : #dddddd;
  font-size : 10px;
}

.regularText {
   font-size : 12px;
   font-weight : normal;
}

.regularTextBold {
   font-size : 12px;
   font-weight : bold;
}

.largeText {
   font-size : 14px;
   font-weight : normal;
}

.largeTextBold {
   font-size : 12px;
   font-weight : bold;
}

.smallText {
   font-size : 10pt;
   font-weight : normal;
}

.smallTextBold {
   font-size : 10pt;
   font-weight : bold;
}

.tinyText {
   font-size : 8pt;
   font-weight : normal;
}

.tinyTextBold {
   font-size : 9pt;
   font-weight : bold;
}



