html{
 overflow-y: scroll;
}

*{outline:none;}

body{
	outline:0;
	color: #738699;
	font-family: Arial;
	font-size: 12px;
	top:0;
	left:0;
	margin:0;
}

a, a:visited{
	color: #738699;
	font-family: Arial;
	font-size: 12px;
}

h1{
	margin: 0;
	font-size: 20px;
}

img{
	border: 0;
}

.menu_selected a, .menu_selected a:visited{
	color: #FFFFFF;
}
.sublinhado{
text-decoration: none;
}

.sublinhado:hover{
text-decoration: underline;
}


/*MENUS*/
.menus{
	width:100%;
	height:100%;
	font-family: Arial;
	font-size: 14px;
	text-align:center;
	line-height:40px;
	font-weight: bold;
}

.menulist{
	width:107px;
	background: #e7eaed url(images/menulist_bg_1.jpg) no-repeat 0 100%;
	border-left:1px solid #D1D7DE;
	border-right:1px solid #FFFFFF;
}

.menus_holder a, .menulist a:visited, .menus a, .menus a:visited{
	color: #738699;
	text-decoration: none;
	font-size: 14px;
}

#degrade_menu{
	display:none;
	height:11px;
	width:100%;
	background-image: url(images/menus_degrade.png);
	margin-top:-2px;
}

/*NOTICIAS*/
.noticiaslink{
	text-decoration: none;
	float:left;
}

.noticiaslink:hover{
	text-decoration: underline;
}


/*COMO A DIV PAI ACOMPANHAR OS FLOATS*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility: hidden;
}

.clearfix {display:inline;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
