
/* HTML tag definitions */
body,td,p,div,span,b,a,u{font-family:Verdana,Arial,sans-serif;}
body,td{font-size:11px;}/*default text size*/
a{color:#000000;}


/* text size */
.t1{font-size:10px;}
*.t1{font-size:9px;}/* N4 fix - can't render 9px, doesn't see *.class */
.t2{font-size:11px;}
.t3{font-size:16px;}
.t4{font-size:18px;}
.t5{font-size:24px;}

.L{color:#FFFFFF;}
.F{color:#CCCCCC;}
.Lmn{color:#FF0099;}
.V{color:#FF9900;}



/* -------------- combinations -------------- */
.t1L,.t1L a{font-size:10px;color:#FFFFFF;}
*.t1L,*.t1L a{font-size:9px;}/* N4 fix */
.t2L,.t2L a{font-size:11px;color:#FFFFFF;}
.t3L,.t3L a{font-size:16px;color:#FFFFFF;}
.t4L,.t4L a{font-size:18px;color:#FFFFFF;}
.t5L,.t5L a{font-size:24px;color:#FFFFFF;}

.t1F{font-size:10px;color:#CCCCCC;}
*.t1F{font-size:9px;}/* N4 fix */
.t2F{font-size:11px;color:#CCCCCC;}
.t3F{font-size:16px;color:#CCCCCC;}
.t4F{font-size:18px;color:#CCCCCC;}
.t5F{font-size:24px;color:#CCCCCC;}

.t1Lmn,.t1Lmn a{font-size:10px;color:#FF0099;}
*.t1Lmn,*.t1Lmn a{font-size:9px;}/* N4 fix */
.t2Lmn,.t2Lmn a{font-size:11px;color:#FF0099;}
.t3Lmn,.t3Lmn a{font-size:16px;color:#FF0099;}
.t4Lmn,.t4Lmn a{font-size:18px;color:#FF0099;}
.t5Lmn,.t5Lmn a{font-size:24px;color:#FF0099;}

.t1V,.t1V a{font-size:10px;color:#ff9900;}
*.t1V,*.t1V a{font-size:9px;}/* N4 fix */
.t2V,.t2V a{font-size:11px;color:#ff9900;}
.t3V,.t3V a{font-size:16px;color:#ff9900;}
.t4V,.t4V a{font-size:18px;color:#ff9900;}
.t5V,.t5V a{font-size:24px;color:#ff9900;}


/* -------------- named elements -------------- */
.nounder{text-decoration:none;}




