BODY, TD, UL, OL, LI, PRE, P {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 9pt;
   text-decoration: none;
}

TEXTAREA, INPUT, SELECT, RADIO, CHECKBOX {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 9pt;
}

.bodyNormal {
   font-family: 'Arial', 'Helvetica';
   font-size: 9pt;
   color: #777777;
}

.bodyWhite {
   font-family: 'Arial', 'Helvetica';
   font-size: 9pt;
   color: #FFFFFF;
}

A {
   text-decoration: none;
   color: #777777;
}

A:hover {
   color: #FFFFFF;
}

.NewTags {
   font-size: 12pt;
}