@charset "utf-8";
/* CSS Document */

html, body, #mainTable {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

form {
	margin: 0;
}

body {
	background-color: #c9c7bb;
	background-image: url(../imagens/montagem/bg_site.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#mainTable {
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 830px;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

#mainTable td {
	vertical-align: top;
}

#cabecalho {
	height: 245px;
	background-image: url(../imagens/montagem/cabecalho.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#menu {
	height: 46px;
	padding:0px;
}

#conteudo {

}

#rodape {
	color: #FFF;
	font-size: 8pt;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	padding-top: 12px;
}

#spacer10 {
	height: 10px;
}

#spacer5 {
	height: 5px;
}