html {
	height: 100%;
}
body {
	font-family:"Trebuchet MS";
	color: #123415;
	font-size: 12px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color:#123415;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	
	}
p{
	margin:0px;
	padding:0px;
}
.titulo{
	font-size: 13px;
	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 {
	width: 307px;
	height: 320px;
	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; 
}
#up {
    cursor: pointer;
	margin-left:1px
}

#content {
	width: 305px;
	position: absolute;
	left: 0px; 
	top: 0px; 
	padding-right: 10px;
}
#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: 0px;
}
#noticias_scroll
{
width:24px;
}

