/* Reset Browser Default */ 
@import url("css/reset.css");
@import url("css/template.css");
@import url("css/forms.css");

/*GLOBAL STYLES*/
html{overflow-y:scroll;}
body{
	background:#fff url(images/bg-body.jpg) repeat-x 0 0;
	color:#4d4e50;
	font:80% Arial, Helvetica, sans-serif normal;
}
h1{
	font-size:480%;
	font-weight:100;
	margin-bottom:7px;
}
	h1 .sIFR-flash{height:80px !important;}
h2{
	font-size:157%;
	font-weight:100;
	margin-bottom:7px;
}
small{font-size:80%}
/*IMAGE REPLACEMENT*/
#logo,#footer div.fone a,div.top-banner div#home p{
	text-indent:-99em;
	overflow:hidden;
}
div.entry a{
	border-bottom:1px dotted;
	color:#4d4e50;
	text-decoration:none;
}
	div.entry a:hover,a:hover{color:#1AA0A3;}
img.alignleft{
	float:left;
	margin-right:10px;
}
img.alignright{
	float:right;
	margin-left:10px;
}
	div.entry a.link-voltar{
		float:right;
		font-size:12px;
		font-weight:700;
		margin-top:17px;
	}

