@charset "utf-8";
/* CSS Document */

.body{
	background-color:#FFFFFF;
	background-repeat:repeat;
	margin-bottom:0px;
	margin-top:0px;	
}

.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000033;
	line-height:1.5;
}
.textoLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333366;
	line-height:1.5;
}
.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
	color:#000033;
	line-height:1.5;
}

