BODY { background-color: #000000; font-family: Verdana, Arial, sans serif; text-align: left; font-size: 12px; color: white; 
margin: 0; padding: 0; border: 0; overflow: hidden; height: 100%; max-height: 100%; }
TABLE { background-color: #000000; font-family: Verdana, Arial, sans serif; text-align: left; font-size: 12px; color: white; }

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: black;
color: white;
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: black;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


.liteb { background-color: #000000; }
A:link { text-decoration: none; color: #ff9900; }
A:visited { text-decoration: none; color: #ff9900; }
a:hover { background: #000000; color: brown; } 
A:active { text-decoration: none; color: red; }
a img {border: none; } 

.center { margin-left: auto; margin-right: auto; font-size: 12px;  }
.centerimgcap { text-align: center; margin-top: 0px; margin-bottom: 0px; padding: 0px; font-size: 7pt; }

 

.hover { background: #000000; color: #abcdef; } 

.f12 { font-size: 12px; }
.f9w { font-size: 9px; color: white; }
.f8 { font-size: 10px; }
.f7 { font-size: 9px; }
.f12red { font-size: 12px; color: red; }

indent { position: absolute; left: 150px; }
left { float: left; } 

.header { font-size: 18px; color: #ff0000; font-weight: 900; }
.head-red { font-size: 20px; color: #ff0000; font-weight: 900; }
.headw { font-size: 18px; color: #ffffff; font-weight: 900; }
.text { font-size: 13px; line-height: 14px; color: white; text-align: left; }
.otext { font-size: 13px; color: #ff9900; text-align: left; }
.ptext { font-size: 13px; line-height: 14px; color: #998866; text-align: left; }
.stext { font-size: 13px; color: #ff9900; font-weight: 900; text-align: left; }
.wtext { font-size: 15px; color: #ffffff; font-weight: 900; text-align: left; }
.mtext { font-size: 11px; color: #ff9900; font-weight: 900; text-align: left; }

.ttext { font-size: 12px; color: white; text-align: left; }
.ttextr { font-size: 12px; color: red; text-align: left; }
.browntext { font-size: 11px; color: #998866; font-weight: 900; text-align: left; }

.textlsp { font-size: 13px; line-height: 17px; color: white;}
.sheadlsp { font-size: 16px; color: #ff9900; line-height: 20px; font-weight: 900; text-align: left; }

.now-orange { font-size: 28px; color: #ff9900; font-weight: 900; }
.now-black { font-size: 28px; color: black; font-weight: 900; }

.smalltext { font-size: 10px; color: #ff9900; font-weight: 900; text-align: left; }
.btext { font-size: 12px; color: white; font-weight: 900; text-align: left; }

.ltext { font-size: 12px; color: white; text-align: left; font-weight: 900; }
.stextc { font-size: 13px; color: #ff9900; font-weight: 900; text-align: center; }
.headr { font-size: 14px; color: #ff9900; font-weight: 900; text-align: left; }


.caption { font-size: 10px; color: black }
.head-white { font-size: 20px; color: white; font-weight: 900; }
.text-white { font-size: 13px; line-height: 14px; color: white; }
.caption-white { font-size: 10px; color: white; }
.head-black { font-size: 20px; color: black; font-weight: 900; }
.text-gb { font-size: 12px; line-height: 12px; color: black; background-color: #cccccc; }
.photo { border: 1px solid #fff; }
.photo-wcap { border: 1px solid #fff; font-size: 10px; color: white; }




