@charset "utf-8";
@charset "utf-8";
/* CSS Document */

body
{
	margin:0px 0px 0px 0px;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#7B4A03;
}

#conteudo
{
	background-image:url(../images/fundo_conteudo.jpg);
	background-repeat:repeat-x;
	background-color:#BE956C;
}

#textos
{
	background-image:url(../images/fundo_madeira.jpg);
	background-repeat:no-repeat;
}

/* TEXTOS */
.texto1
{
	font-size:12px;
	color:#FFEED6;
}

.texto2
{
	font-size: 11px;
	color:#FFEED6;
	font-weight:bold;
}

.texto3
{
	font-size: 10px;
	color:#FFEED6;
}

.texto4
{
	font-size:12px;
	color:#000000;
}

.texto5
{
	font-size: 11px;
	color:#000000;
	font-weight:bold;
}

.titulo1
{
	font-size:18px;
	color:#FFEED6;
	font-weight:bold;
}

.titulo2
{
	font-size:15px;
	color:#FFEED6;
	font-weight:bold;
}

.titulo3
{
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
}

.titulo4
{
	font-size:20px;
	color:#000000;
	font-weight:bold;
}

.titulo5
{
	font-size:22px;
	color:#FFEED6;
	font-weight:bold;
}

.titulo6
{
	font-size:26px;
	color:#000000;
	font-weight:bold;
}

/* LIKS */
a.link1
{
	font-size: 11px;
	color: #FFEED6;
	text-decoration: none;
	font-weight:bold;
}

a.link1:hover
{
	font-size: 11px;
	color: #FFEED6;
	text-decoration: underline;
	font-weight:bold;
}

a.link2
{
	font-size: 11px;
	color: #2E1500;
	text-decoration: underline;
	font-style:italic;
}

a.link2:hover
{
	font-size: 11px;
	color: #2E1500;
	text-decoration: none;
	font-style:italic;
}

a.link3
{
	font-size: 10px;
	color: #FFEED6;
	text-decoration: none;
}

a.link3:hover
{
	font-size: 10px;
	color: #7B4A03;
	background-color:#FFEED6;
	text-decoration: underline;
}

/* FORMS */

.input
{
	font-size:10px;
	border: #2E1500 1px solid;
	background-color:#F7EAEC;
}

.input2
{
	font-size:10px;
	border: #2E1500 1px solid;
	background-color:#F8F3E0;
}

.button2
{
	font-size:10px;
	color:#2E1500;
	border: #2E1500 1px solid;
	background-color:#E9C69E;
	width:130px;
}

.button
{
	font-size:10px;
	color:#FFFFFF;
	border: #2E1500 1px solid;
	background-color:#945868;
}