/* font_style1.css */

.header2{ font-weight:bold; font-size:14pt; }
.header1{ font-weight:bold; font-size:12pt; } 
.header0{ font-weight:bold; font-size:11pt; }
.normal{ font-size:10pt; }
.normal-white{ font-size:10pt; font-weight:bold; color:#FFFFFF; }
.little{ font-size:9pt; }
.tiny{ font-size:8pt; }
.tiny-white{ font-size:8pt; color:#FFFFFF; }
.comment{ color:#999999; }