
/*
* Estilos em massa |=GBAL
* ------------------------------------------------------------------------------------------*/

*{
	margin:0px;
	padding:0px;
}
html, body{
	background-image:url(../img/fundo_risca.gif);
}
#b2 {
	position:absolute;
	right:0px;
	top:40px;	
}

.textotitulomini {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #382B7B;
	text-align: justify;
	padding: 3px;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: WHITE;
	border-bottom-width: 3px;
}
.texto {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 5px;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 3px;
}

.textominidot {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding: 3px;
	border-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	border-bottom-width: 1,5px;
}
.textomini2 {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	text-align: justify;
	text-align: justify;
	padding: 3px;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 0px;
}
.textodot {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 5px;
	border-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	border-bottom-width: 1,5px;
}
.rodape {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: gray;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	border-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
	border-top-width: 1px;
}
.rodape1 {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: gray;
	font-size: 10px;
	text-align: right;
	padding: 5px;
	border-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
	border-top-width: 1px;
}

