@charset "utf-8";
/* CSS Document */

@import url("topo.css");
@import url("coldir.css");
@import url("conteudo.css");
@import url("rodape.css");

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
h1 {
	display: none;
}

body {
	background-image: url(../images/padrao/body.jpg);
	background-repeat: repeat-x;
}
#moldura {
	margin: auto;
	width: 820px;
	background-color: #FFFFFF;
	background-image: url(../images/padrao/focus_coluns.jpg);
}

.alignRight {
	text-align: right;
}
#apre {
	background-color: #000000;
	height: 211px;
	width: 820px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.alignCenter {
	text-align: center;
}
.alignFloatLeft {
	float: right;
}
#moldura #conteudo .desbordar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.alignFloatRight {
	float: right;
}

