@charset "utf-8";
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E0000;
	font-weight: bold;
	font-size: 14px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
#corpo {
	padding: 0px;
	height: 728px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_folha.jpg);
	background-repeat: no-repeat;
}
#topo {
	height: 200px;
	width: 1000px;
	text-align: center;
	padding-top: 200px;
}
#conteudo {
	height: 200px;
	width: 1000px;
	text-align: center;
	font-size: 14px;
	position: fixed;
	z-index: 20;
}
#conteudo .txt {
	font-size: 16px;	
}
#conteudo .txt1 {
	font-size: 24px;
}


#rodape {
	height: 45px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 0px;
	position: fixed;
	z-index: 20;
	text-align: center;
}
#rodape .txt1 {
	font-size: 12px;
}
