*, html, body {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	text-decoration: none;
	}
	
a {
	color: #990000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
}	

	
body {
	text-align: center;
	background: url(/t/images/pattern4-3.gif) fixed;
	}

#container {
	width: 770px;
	background-color: white;
	margin: 0 auto;
	}

#cntMenu {
	width: 770px;
	height: 240px;
	float: left;
	clear: both;
	background-color: white;
	}

#cntMailingForm {
	width: 770px;
	float: left;
	clear: both;
	background: #eeeacd;
	height: 25px;
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	}
	
#cntRodape {
	width: 770px;
	float: left;
	clear: both;
	background: #A0273B;
	height: 20px;
	}

#cntRodape h6 {
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	margin-top: 3px;
	}
