body {
	background-color: #DEDEDC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: fixed;
	text-align: center;
}
.background_cred {
	background-attachment: scroll;
	background-image: url(img/background_creditos.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.background_dentro {
	background-attachment: fixed;
	background-image: url(img/background_dentro.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.texto_preto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
	color: #666;
}
.titulo_preto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bolder;
	text-decoration: none;
	line-height: 20px;
	text-align: justify;
}
.texto_preto2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #666;
}

.texto_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223971;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}


.box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	width: auto;
	padding: 0px;
	margin: 0px;
	border: 0px solid #666;
	background-color: #223971;
}
.box1 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFF;
	border: 0px solid #666;
	background-color: #223971;
}
.box2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFF;
	border: 0px solid #666;
	background-color: #223971;
	margin-top: 10px;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223971;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223971;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223971;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223971;
	text-decoration: underline;
	line-height: 15px;
	font-weight: normal;
}
