body{
	padding:0;
	margin:0;
	background:url(images/body_bg.png) 0 0 repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	}
	
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
	cursor:default;
	}
	
#main{
	width:auto;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#texto{
	text-align:justify;
	width:780px;
	height:580px;
		}

#texto p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:0px 10px 0px 10px;
	margin:12px 0px 12px 0px;
		}
		
#texto p.titulo{
	margin:10px 0px 10px 0px;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	}

#texto p.citacao{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:0px 100px 0px 100px;
	margin:12px 0px 12px 0px;
	font-style:italic;
	}

#texto p.autor{
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 0px 0px;
	}

#texto p.autorRef{
	margin:0px 0px 0px 0px;
	font-size:16px;
	}

#texto p a{
	color:#bd0718;
	text-decoration:none;
	}

#texto p a.volta{
	color:#000;
	text-decoration:none;
	}

#texto p.rodape{
		margin:0px 0px 0px 0px;
		font-size:12px;
		}
#texto em.destaque{
	font-weight:bold;
	}	

