/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #000;
	height: 700px;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	padding-left: 5px;
}

.data {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
.fundo01 {
	background-attachment: scroll;
	background-image: url(img/fundo01.jpg);
	background-repeat: no-repeat;
	background-position: 50px;
}
.fundo02 {
	background-attachment: scroll;
	background-image: url(img/fundo02.jpg);
	background-repeat: repeat-y;
}
.fundo03 {
	background-attachment: scroll;
	background-image: url(img/fundo03.jpg);
	background-repeat: no-repeat;
}
.fundo04 {
	background-attachment: scroll;
	background-image: url(img/fundo04.jpg);
	background-repeat: no-repeat;
}
.fundo05 {
	background-attachment: scroll;
	background-image: url(img/fundo05.jpg);
	background-repeat: no-repeat;
}
.fundo06 {
	background-attachment: scroll;
	background-image: url(img/fundo06.jpg);
	background-repeat: repeat-y;
}
