html {
	height: 100%;
}
body {
	font-family:"Trebuchet MS";
	color: #ffffff;
	font-size: 11px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color:#517c74;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
	}
p{
	margin:0px;
	padding:0px;
}
.titulo{
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.texto{
	font-weight: regular;
	text-align:left;
	font-style: normal;
	font-variant: normal;
	margin: 0px 0px 3px 0px;	   
	}
.tab_conteudo
{
background-image:url(images/bg_center.jpg);
background-repeat:no-repeat;
background-position:top center;
background-color:#ffc20e;

}
a:link {
	font-weight: bold;
	color:#163619;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color:#163619;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/*opiniao leitor configurações*/
#contentMask {
	margin-top: 5px;
	width: 480px;
    height: 310px;
    position: relative;
    overflow: hidden;
	scrollbar-base-color: #414141; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #c0c0c0; 
	scrollbar-3dlight-color: #c0c0c0; 
	scrollbar-darkshadow-color: #414141; 
	scrollbar-track-color: #c0c0c0; 
	scrollbar-arrow-color: #ffffff;
	margin-left:35px;
}
#content {
	width:480px;
	font-size: 13px;
    position: relative;
    left: 0px; 
    top: 0px; 
	padding-right: 10px;
	text-align: justify; 
}

#up {
    cursor: pointer;
	margin-left:1px
}


#track {
	width:9px;
	height: 320px;
	background-image: url(images/scroll_line.gif);
	background-repeat:repeat-y;
	background-position: top right;
}

#down {
    cursor: pointer;
	margin-left:1px;
}

#drag {
    position: relative;
    cursor: pointer;
	left: 2px;
}
#noticias_scroll
{
width:10px;
}
