		.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
		.b1f {height:1px; background:#fff; margin:0 5px;}
		.b2f {height:1px; background:#fff; margin:0 3px;}
		.b3f {height:1px; background:#fff; margin:0 2px;}
		.b4f {height:2px; background:#fff; margin:0 1px;}
		
		.c1f, .c2f, .c3f, .c4f{font-size:1px; overflow:hidden; display:block;}
		.c1f {height:1px; background:#81acd5; margin:0 5px;}
		.c2f {height:1px; background:#81acd5; margin:0 3px;}
		.c3f {height:1px; background:#81acd5; margin:0 2px;}
		.c4f {height:2px; background:#81acd5; margin:0 1px;}
		
		
		.contentf {background: #fff;}
		.contentf div {margin-left: 5px;}



a:link {
	color: #ff640e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ff640e;
}
a:hover {
	text-decoration: none;
	color: #ff640e;
}
a:active {
	text-decoration: underline;
	color: #ff640e;
}


html, body {
	margin: 0px;
	padding:0px;
	
	background-image:url(images/bg.gif); background-repeat:repeat-x; background-position:top;
	background-color:#ececec;
	font: 12px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

h1 {
	font-size:22px;
	color: #FF3300;
}
h2 { font-weight:normal; font-size:17px; margin-bottom:5px;}
li { list-style:none; margin:5px;}
ul { margin:0px; padding:0px;}

.stylegray {color: #666666}
.styleorange {color: #ff640e}


#topo {
	height:275px;
	
	width: 900px;
	margin: 0 auto;
}

#top_content {
	font-size:14px;
	padding:10px 15px 10px 15px;
	border-bottom: solid 1px #cccccc;
}

#content { padding:15px;}

#pub { background-color:#ffffcc; border-right:solid 1px #cccccc; border-bottom:solid 1px #cccccc; height:250px; padding:15px; margin-left:200px; margin-right:200px;}
#middle {margin-right:200px; margin-left:200px; }
#right { float:right; width:160px; min-height:600px; background-color:#FFFFFF;}

#bottom { text-align:center;}

#left {
	float:right;
	padding:10px;
	margin: 10px;
}

.post {  border-bottom:solid 1px #cccccc; padding-top:15px; padding-bottom:15px; }
.fonte { padding-top:5px; font-size:12px; color:#666666;}
.title { font-size:14px;}

