@import url("header_inicial.css");
@import url("box.css");
@import url("index.css");
@import url("rodape.css");
@import url("coluna.css");
* {
	font-family: Arial;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px none #FFFFFF;
}
.alingLeft {
	float: left;
	padding-right: 10px;
}
h1 {
	display: none;
}


body {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
	background-repeat: repeat-x;
	background-position: center 269px;
	background-color: #e4e4e4;
}

#header, #box, #container   {
	margin: auto;
	width: 820px;
	position: relative;
	padding-right: 90px;
	padding-left: 90px;
}
p {
	font-size: 9pt;
	line-height: 16px;
	color: #666666;
	padding-bottom: 5px;
}
html body #container * {
}

