* {
	margin: 0;
	padding: 0;

	background-repeat: no-repeat;

	font-family: sans-serif;
}

#ctl00_frvDestaque_hplNoticia,
#ctl00_frvDestaque_hplNoticia:hover,
#ctl00_frvDestaque_hplNoticia:focus
#ctl00_frvDestaque_hplNoticia:actived
{
    color:#666;    
}

#hplNoticia,
#hplNoticia:hover,
#hplNoticia:focus
#hplNoticia:actived
{
    color:#666;    
}

html 
{
	height: 100%;

	background-color: #fff;
	background-image: url(../../imagens/estrutura/fundo.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

body {
	position: relative; /* Para evitar problemas no redimensionamento das janelas do IE */

	width: 775px;
	min-height: 99%;

	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;

	border: 2px solid #fff;

	background-color: #fff;
	color: #666;

	font-size: 0.7em;
}

* html body {
	height: 99%;
}

img {
	display: block;

	border: none;
}

/* Permite usar imagens PNG transparentes no IE, mas não como fundo em CSS */
/* Ao imprimir, o PNG perde a transparência */

* html img {
	filter:expression(
		this.napalmLoaded
		? "" :
		(
			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.napalmLoaded=true).substr(0,0)+
					(this.src="/v2/imagens/comum/vazio.png").substr(0,0)
			)
			:
			this.runtimeStyle.filter=""
		)
	);
}

a {
	overflow: hidden; /* Para o Mozilla não colocar uma caixa de seleção enorme por causa do texto escondido com 'text-indent: -9999px' */

	text-decoration: none;
}

li {
	list-style-type: none;
}

.centro {
	margin-left: auto;
	margin-right: auto;

	text-align: center;
}

.direita {
	text-align: right;
}

h1 {
	text-indent: -9999px;
}

h2 {
	font-size: 100%;
	text-indent: -9999px;
}

h3 {
	font-size: 100%;
}

address {
	font-style: normal;
}

p.canto_direita {
	position: absolute;
}

a.botao_curto {
	display: block;

	width: 94px;
	height: 24px;

	color: #666;
	background-image: url(../../imagens/estrutura/botao_curto_fundo.gif);

	font-size: 92%;
	font-weight: bold;
	font-family: "verdana", sans-serif;
	text-align: center;
	line-height: 18px;
}

a.botao_curto:hover,
a.botao_curto:focus,
a.botao_curto:active {
	color: #999;
	background-image: url(../../imagens/estrutura/botao_curto_fundo_hover.gif);
}

a.botao_longo {
	display: block;

	width: 141px;
	height: 24px;

	color: #666;
	background-image: url(../../imagens/estrutura/botao_longo_fundo.gif);

	font-size: 92%;
	font-weight: bold;
	font-family: "verdana", sans-serif;
	text-align: center;
	line-height: 18px;
}

a.botao_longo:hover,
a.botao_longo:focus,
a.botao_longo:active {
	color: #999;
	background-image: url(../../imagens/estrutura/botao_longo_fundo_hover.gif);
}

.impar {
	background-color: #fff;
}

.par {
	background-color: #f5f5f5;
}