/* CSS Document */
body {
	margin: 10px 0px 0px 0px;
	background-image: url(../images/bg_wood.jpg);
	background-position: center;
	background-attachment: fixed;
	}
body, div, table {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	/*line-height: 15px;*/
	}

.link a {
	font-family: Verdana;
	font size: 9px;
	color: #993300;
	text-decoration: none;
	}
.link a:hover {
	color: #CC3300;
	}

.nav {
	font-family: Microsoft Sans Serif;
	font-size: 9px;
	color: #D4B39A;
	}
.nav a {
	font-family: Microsoft Sans Serif;
	font-size: 9px;
	color: #D4B39A;
	text-decoration: none;
	}
.nav a:hover {
	color: #F4EFDB;
	}
	
.destaque a {
	font-family: Verdana;
	font size: 10px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	}
.destaque a:hover {
	color: #CC3300;
	}
.destaque .titulo {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	padding-bottom: 0px;
	margin-bottom: 5px;
	}
.destaque .conteudo {
	margin-bottom: 15px;
	border-bottom: 1px solid #EDE0CA;
	}
	
.secao .titulo {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*border-bottom: 1px solid #EDE0CA;*/
}
.secao .subtitulo {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
}