@charset "utf-8";
   
    body{
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	/* ***********PAGINA PADRAO ******** */
	#inicio{
	width:858px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
	#bar_padrao{
	width:858px;
	height:23px;
	margin-top:10px;
	}
	#titulo{
	width:auto;
	height:22px;
	padding-right:15px;
	float:left;
	font-size:18px;
	color:#a10e14;
	border-bottom:dashed 1px #ccc;
	}