body { 
background-color:c7c8ca;
background-image:url("images/front_bg.jpg"); 
background-position:Center; background-attachment:fixed; background-repeat:repeat;}
.small_text_homepage {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #333333}
.stats_reg {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.stats_bold { font-family: Arial, Helvetica, sans-serif; font-size: 10px ; font-weight: bold}
.main_bold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold }
.main_bold_gray { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold ; color: #666666}
.lightSwitcher {
position: absolute;
z-index: 101;
background-image: url(light_bulb_off.png);
background-repeat: no-repeat;
background-position: left;
padding: 0 0 0 20px;
outline: none;
text-decoration: none;
}
 
.lightSwitcher:hover {
text-decoration: underline;
}
 
#shadow {
background-image: url(shade1x1.png);
position: absolute;
left: 0;
top:0 ;
width: 100%;
z-index:100;
}
 
.turnedOff {
color:#ffff00;
background-image:url(light_bulb_on.png);
}