.title { 
   font-size: 18pt; 
   font-weight: bold; 
   color: red;
   font-family: Arial, Verdana
}
.heading { 
   font-size: 12pt; 
   font-weight: bold; 
   color: red;
   font-family: Arial
}
.f_heading { 
   font-size: 12pt; 
   font-weight: bold; 
   color: #000000;
   font-family: verdana, arial, helvetica
}
.f_text { 
   font-size: 12pt; 
   font-weight: normal; 
   color: #000000;
   font-family: verdana, arial, helvetica
}
.f_title { 
   font-size: 12pt; 
   font-weight: bold; 
   color: #FFFFFF;
   font-family: verdana, arial, helvetica
}
.f_title_sm { 
   font-size: 10pt; 
   font-weight: normal; 
   color: #000000;
   font-family: verdana, arial, helvetica
}
.big { 
   font-size: 16pt; 
   font-family: Verdana, Arial, Times New Roman; 
   color: black;
   font-weight: bold
}
.text { 
   font-size: 10pt; 
   font-family: Verdana, Arial, Times New Roman; 
   color: black;
   font-weight: normal
}
.small { 
   font-size: 8pt; 
   font-family: Verdana, Arial, Times New Roman; 
   color: black
}
.details { 
   font-size: 12pt; 
   font-family: Arial, Verdana, Helvetica, sans-serif; 
   color: black
}
a:link, a:visited {
 color: gray;
 text-decoration: underline
}
a:hover, a:active {
 color: black;
 text-decoration: underline;
 font-weight: bold
}

