/*---------- BLACK FONTZ ----------*/
.normalfontblackbold
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #000000;
 }
.normalfontblack
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 color: #000000;
 }
.smallfontblack
 {
 font-family: Arial, Helvetica;
 font-size: 9px;
 font-weight: Bold;
 color: #000000;
 }
.headlineblackbold
 {
 font-family: Arial, Helvetica;
 font-size: 13px;
 font-weight: Bold;
 color: #000000;
 }
.bigfontblack
 {
 font-family: Arial, Helvetica;
 font-size: 15px;
 font-weight: Bold;
 color: #000000;
 }
.hugefontblack
 {
 font-family: Arial, Helvetica;
 font-size: 20px;
 font-weight: Bold;
 color: #000000;
 }
/*---------- WHITE FONTZ ----------*/
.normalfontwhitebold
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #FFFFFF;
 }
.normalfontwhite
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 color: #FFFFFF;
 }
.smallfontwhite
 {
 font-family: Arial, Helvetica;
 font-size: 9px;
 font-weight: Bold;
 color: #FFFFFF;
 }
/*---------- WHITE MENULINKZ ----------*/      
a.menuewhite
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #FFFFFF;
 text-decoration: none;
 }
a.menuewhite:hover
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #FFFFFF;
 text-decoration: none;
 }
a.menuewhitesmall
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Normal;
 color: #FFFFFF;
 text-decoration: none;
 }
a.menuewhitesmall:hover
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Normal;
 color: #FFFFFF;
 text-decoration: none;
 }
/*---------- BLACK MENULINKZ ----------*/      
a.menueblacksmall
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Normal;
 color: #000000;
 text-decoration: none;
 }
a.menueblacksmall:hover
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Normal;
 color: #000000;
 text-decoration: none;
 }
/* ---------- 3rr0rZ ------------------*/
.normalfontredbold
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #ff0000;
 }
.normalfontred
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 color: #ff0000;
 }
.headlineredbold
 {
 font-family: Arial, Helvetica;
 font-size: 13px;
 font-weight: Bold;
 color: #ff0000;
 }
