@charset "utf-8";
/* CSS Document */
body {
	font-family : Verdana, Geneva, sans-serif;
	background-image : url(images/fundo.png);
	background-repeat : repeat;
	background-color : #F0FFFF;   /* azul ciano #CFF trocar para Azure	#F0FFFF ou AliceBlue #F0F8FF ou Ivory #FFFFF0 ou MintCream	#F5FFFA */
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#03C;
	font-style:italic;
	font-weight:bold;
}

.msg0 {
	font-size:10px;
}

.rodape {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FF0;
}