html
{
overflow:scroll;
height:100%
}
body {
	font-family:"Trebuchet MS";
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color:#ffffff;
	background-image:url(images/bg2.gif);
	background-repeat:repeat-y;
	background-position: top center;	
	}
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;	   
	}
.caixa1
{
	background-color:#eeeeee;
	background-image:url(images/box_bg.gif);
	background-repeat:repeat-y;
	padding: 0px;
	margin: 0px; 
}
.textbox_formulario
{
width: 280px;
padding: 0px 5px 2px 3px;
margin: 0px 0px 0px 0px;
border: solid 1px #000000;
height:11px;
border: solid 1px #000000;
font-size: 9px; font-family: arial;
font-weight: bold;
}
.texto_formulario
{
	font-weight: bold;
	text-align:left;
	font-style: normal;
	font-variant: normal;
	margin: 0px 0px 3px 0px;	
}

a:link {
	font-weight: bold;
	color:#f05a67;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color:#f05a67;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	font-weight: bold;
	color:#993300;
	text-decoration: none;
}

/*opiniao leitor configurações*/
#contentMask {
	
	width: 100%;
    height:350px;
	margin-right:10px;
    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;
	
}
#content {
	width:100%;
	font-size: 11px;
    position: relative;
    left: 0px; 
    top: 0px;
}

#up {
    cursor: pointer;
	margin-left:1px
}


#track {
	width:9px;
	height: 350px;
	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
{
margin-top:0px;
margin-right:10px;
width:8px;

}

