BODY {
   font-family : "Tahoma", "Arial", "Helvetica";
   background : #FFFFFF;
   font-size : 10pt;
   color : #000000;
   margin : 0;
}


A:link {
   font-family : "Tahoma", "Arial", "Helvetica";
   text-decoration :underline;
   color : #000000;
}
A:visited {
   font-family : "Tahoma", "Arial", "Helvetica";
   text-decoration : underline;
   color : #000000;
}
A:hover {
   font-family : "Tahoma", "Arial", "Helvetica";
   text-decoration : underline;
   font-weight: bold;
   color : #F00000;
}
img{
border:none;
}

.small {
   font-family: Tahoma;
   font-size: 8pt;
   background-color:#D8DEE8;
   color:#000000;
}
.big {
   font-family : Tahoma;
   font-weight: bold;
   font-size: 10pt;
}
.header {
   background : #D8DEE8;
   font-family : Tahoma;
   font-weight: bold;
   font-size: 10pt;
   color : #000000;
   text-align: left;
}
.lightheader {
   background : #D8DEE8;
   font-family : Tahoma;
   font-size: 8pt;
   color : #000000;
}
