body {
	background-image: url(../images/base-site/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	font-family: tahoma, arial;
	font-size: 11px;
	line-height: 140%;
}
#imgFundo {
	margin-top: 64px;
	background-image: url(../images/base-site/fundo-conteudo.gif);
	background-repeat: no-repeat;
	height: 490px;
	width: 776px;
	background-position: center center;
	margin-left: -1px;
}
.tituloSecao {
	font-family: tahoma, arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.padEsquerda {
	padding-left: 20px;
}
.rodape {
	font-family: tahoma, arial;
	font-size: 10px;
	color: #FFFFFF;
}
li {
	list-style-position: outside;
	list-style-image: url(../images/resources/bullet.gif);
	margin-left: -20px;
}
input {
	font-size: 10px;
	border: 1px solid #CCCCCC;
}
textarea {
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
a:link {
	color: #E46310;
}
a:visited {
	color: #E46310;
}
a:hover {
	color: #E46310;
}
a:active {
	color: #E46310;
}
