/* CSS Document */

body {
	font-family:Tahoma, Arial;
	font-size: 12px;
	background-image:url(images/fundo.jpg);
	background-repeat:repeat-x;
	background-color: #953801;
	padding-left: 5%;
	padding-right: 5%
	}
	
.moldura {
	width: 890px;
	line-height: 21px;
	height: 21px;
	padding: 0;
	margin: 0;
	
	}

.moldura_interna {
	width: 890px;
	background-image:url(images/Miolo_02.png);
	text-indent: 18px;
	display: table;
	}
	
h1 {
	font-size: 2.2em;
	font-style: italic;
	}
	
h2	{
		font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
	color:#666666;
}

ul {
list-style-type:square;
}
