@charset "utf-8";

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	}
#topo {
	height:234px;
	background-image: url(images/topo.jpg);
	background-repeat: repeat-x;
	background-position:top;
	}
#pe {
	height:278px;
	background-image: url(images/pe.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	}
#cinza {
	height:50px;
	background-color:#a9aaac;
	background-position:bottom;
	}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ed1c24;
	}	
.corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color:#000000;
	}	
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	}
.style2 {
	color: #FF0000
	}
.style3 {
	font-size: 11px
	}

