.font8  { font-size:8px; }
.font9  { font-size:9px; }
.font10 { font-size:10px; }
.font11 { font-size:11px; }
.font12 { font-size:12px; }
.font13 { font-size:13px; }
.font14 { font-size:14px; }
.font15 { font-size:15px; }
.font16 { font-size:16px; }
.font18 { font-size:18px; }
.font20 { font-size:20px; }
.font22 { font-size:22px; }
.font24 { font-size:24px; }
.font26 { font-size:26px; }
.font36 { font-size:36px; }

.font05e{ font-size:0.5em; }
.font10e{ font-size:1.0em; }
.font12e{ font-size:1.2em; }
.font15e{ font-size:1.5em; }
.font18e{ font-size:1.8em; }
.font20e{ font-size:2.0em; }
.font25e{ font-size:2.5em; }
.font30e{ font-size:3.0em; }

.fontArial { font-family: Arial, Helvetica, sans-serif; }
.fontVerdana { font-family: Verdana, Arial, Helvetica, sans-serif; }

.bold { font-weight:bold; }
.notbold { font-weight:normal; }
.strike { text-decoration:line-through; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }

.black { color: black; }
.blue { color: blue; }
.darkgrey { color: #333333; }
.green { color: green; }
.maroon { color: maroon; }
.maroonRed { color: #660000; }
.red { color: red; }
.white { color: white; }
