/* bug do PNG */
* 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="../imagens/blank.png").substr(0,0)) : this.runtimeStyle.filter="")   
	);   
}   


/* redefinição de tags */
body {
	background-color:#b9d6fb;
	background-image:url(../imagens/fundo1.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	font-family:Verdana,Arial,Helvetica;
	color:#666;
	font-size:10px;
}
h1 {
	font-size:14px;
	color:#2b4f99;
	margin-bottom:0px;
}
a {
	color:#666;
	text-decoration:none;	
}
a:hover {
	color:#ccf;
	text-decoration:underline;
}
/*definição específica*/
#pagina {
	position:absolute;	
	background-image:url(imagens/fnd_pagina.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:top right;
	top:0px;
	left:50%;
	margin-left:-380px;
	width:760px;
	height:629px;
}
#direita {
	position:absolute;
	top:232px;
	*top:240px;
	_top:240px;
	left:552px;
	width:205px;
}
#rodape {
	position:absolute;
	top:616px;
	bottom:0px;
	left:0px;
	width:760px;
	margin:0px;
	border-top:1px solid #333;
	background-image:url(imagens/fnd_pagina.jpg);
	padding-top:5px;
}
#arts{
	position:absolute;
	top:5px;
	left:0px;
	padding-left:4px;
}
#icn_rdp {
	position:absolute;
	top:2px;
	right:3px;
}
#endereco {
	position:absolute;
	top:10px;
	right:10px;
}
#conteudo {
	position:absolute;
	top:237px;
	left:0px;
	width:545px;
	height:388px;
	overflow:hidden;
	margin:0px;
}
#noticias {
	margin-left:5px;
}
#rssBox{
		width:277px;
		margin:0px;
		height:75px;	
		border:1px solid #ccc;
		padding:3px;
		font-size:0.8em;
		background-color:#eee;
}
.rssBoxDate{
		display:none;	/* I don't want to show the date */
		margin:0px;
}
.rssBoxHeading{	/* Heading of RSS item */
	font-weight:bold;
	color:#317082;
	margin:0px;
	font-size:10px;	
}
.rssBoxDescription{	/* Description of RSS item */
	margin:8px 0px 0px 0px;	
	font-size:10px;
}	
.rssBoxLink{	/* Read more link */
	color:#F00;
	text-decoration:none;
	margin:0px;
	font-size:9px;
}
.rssBoxLink:hover{	/* Read more link - mouse over */
	text-decoration:underline;
}
.tab_cot {
	text-align:center;
	background-color:#eee;
	margin-top:10px;
	font-size:9px;
}