body {
	background-color: #fcf8f0;
	background-image:url(../images/fundo23.jpg);
	background-attachment: fixed;
	margin: 0px;
}

body, td {
	font-family: verdana;
	font-size: 9pt;
	color: #996633;
	line-height: 20px;
}

a:link { color: #996633; text-decoration: none; }
a:active { color: #996633; text-decoration: underline; }
a:hover { color: #996633; text-decoration: underline; }
a:visited { color: #996633; text-decoration:none; }

td.conteudo {
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #f8eedd;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

td.texto {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

.dir {
	text-align: right;
}

.titulo {
	background-color: #eed6ad;
	font-weight: bold;
	font-size: 10pt;
	color: #754325;
}
.titulo2 {
	background-color: #754325;
	font-weight: bold;
	font-size: 10pt;
	color: #eed6ad;
}

.descricao { 
	background-color: #f6e8d0;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-right: 8px;
}

.foto {	background-color: #f6e8d0; }


table.capaAlbum {
	background-color: #FFFFFF;
	padding: 5px;
}
table.capaAlbum:hover {
	background-color: #512b16;
	padding: 5px;
}


input, select, textarea {
	background-color: #fefaf4;
	border-top: #765f40 1px solid;
	border-right: #765f40 1px solid;
	border-bottom: #765f40 1px solid;
	border-left: #765f40 1px solid;			
	padding: 2px;
	font-family: verdana;
	font-size: 8pt;
	color: #4e2d13;
}

input.botao {
	background-color: #512b16;
	border-top: #f8eedd 1px solid;
	border-right: #f8eedd 1px solid;
	border-bottom: #f8eedd 1px solid;
	border-left: #f8eedd 1px solid;			
	padding: 1px;
	font-size: 10pt;
	color: #fefaf4;
}
