body.blue{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #003366;
}

table.transparent{
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 750px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0px;	
	border-color: #000000;
	border-style: none;
	border-width: 0px;
}

table.white{
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 750px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0px;	
	border-color: #000000;
	border-style: none;
	border-width: 0px;
}

hr{	
	border-style: solid;
	height: 1px;
	color: #FFCC00;
	background-color: #FFCC00;
}

.titulo{
	font-family: Arial;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.titulo2{
	font-family: Arial;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

.titulo_alerta{
	font-family: Arial;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

.sub_titulo{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

.texto{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.dica{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

.alerta{
	font-family: Arial;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}