* { margin:0; border:0; text-decoration:none; list-style:none;  }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/fundo.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.branco {
	color: #FFFFFF;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #f37626;
}
a:active {
	color: #f37626;
}
#topo {
	position:absolute;
	width:775px;
	height:450px;
	z-index:1;
	visibility: visible;
}
#LayerProgramacao {
	position:absolute;
	width:169px;
	height:103px;
	z-index:2;
	visibility: visible;
}
.textbox {
	color: #FFFFFF;
	border: 1px solid #FEBC14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	scrollbar-face-color:#2C2829;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#FEBC14;
	scrollbar-track-color:#000000;	
}
.textbox2 {
	color: #000000;
	border: 1px solid #FEBC14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.titulo {
	font-size: 16;
	font-weight: bold;
}
#author { float:left; display:block; padding:5px 0 5px 0; width:32px; height:32px; }
#author a { display:block; width:32px; height:32px; }
#author span { display:none; }
* html img { filter:expression(this.alphaxLoaded ? "" :(this.src.substr(this.src.length-4)==".png"?((!this.complete)? "" :this.runtimeStyle.filter=("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+String(this.alphaxLoaded=true).substr(0,0)+(this.src="http://www.makex.com.br/img/blank.gif").substr(0,0)):this.runtimeStyle.filter="")); }