body {		
	margin:0px; 
	background-color:#795238;
	background-image:url(images/bg_sepia2.jpg); 
	background-position: center top; 
	background-repeat:repeat-y;
}
.geral {
	width:850px;
	margin:0px auto;
	/*background-color: #B49264;*/
}
p {
	text-indent: 30px;
}
.conteudo img {
	border:1px solid #CC9966;	
}
.conteudo li {
	list-style-type:disk; 
	color: #663300; 	
}
.conteudo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #663300;
	padding: 15px 5px 5px 5px;
}
.tituloSecao {
	font-family: "Trebuchet MS", Arial;
	font-weight:bold;
	font-size: 16px;
	color:#990000;
	padding-left:5px;
	border-bottom:1px solid #A07A5A;
}
.tituloMenu {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 16px;
	color:#d3c1a9;
	padding-left:10px;
	background-color:#866943;
	border:2px solid #A07A5A;
}
.linhaMenu {
	border-bottom: 2px solid #A07A5A;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #503000;
	padding-left:3px;
	text-decoration: none;
}
.menu:hover {
	text-decoration: underline;
}
li { 
	list-style-type:square; 
	color: #990000; 
}
a {
	color:#992200;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.campo {
	border: 1px solid #CC9966;
	background-color: #F8E6C2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#993300;
}
