/** CSS RESET **/

@import "../../ars/estilos01.css";

body {
	border: 10px solid #ce3f42;
	color: #D55140;
	font:18px arial, verdana, sans-serif;
	}
a:link, a:active {
	text-decoration: underline;
	color: #ce3f42;
	}
a:visited {
	text-decoration: none; 
	color:#d97829;
	}
	
a:hover {
	text-decoration: none; 
	color:#D55140;
	}
	
#tudo {margin-top:120px;}
	
.ars1 {
	width: 577px;
	margin:0 60px;
	border: #ce3f42 5px solid;
	padding: 5px;
	background:#d55140;
	}
		
.ars2 {
	width: 540px;
	padding:15px;
	border: #d97829 5px solid;
	background:#ffffff;
	}
	
.ars3 {
	display:block;
	width: 252px;
	height: 47px;
	text-align:left;
	padding-left: 15px;
	float:left;
	clear:both;
	}
.ars4 {
	display:block;
	width: 252px;
	text-align:left;
	padding-left: 15px;
	float:left;
	}