body {
	background: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
}
.Layer_fundo {
	background-image:url(../images/fundo.jpg);
}
.SubtituloTituloCinza {
	font-family: Arial, sans-serif, Verdana, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	color: #333333;
}
.SubtituloTituloAzul {
	font-family: Arial, sans-serif, Verdana, Helvetica, Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	color: #06C;
}

.Texto {
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color: #333333;
}

.Invisivel {
	font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana;
	font-size: 1px;
	font-style: normal;
	font-weight: bold;
	font-variant:normal;
	color: #dbdfe2;
}

a.cinza{
	color:#dbdfe2;
	text-decoration:none;
}
a.cinza:hover{
	color:#dbdfe2;
	font-weight:bold;
	text-decoration:underline;
}

a.verde{
	color:#d1fe06;
	text-decoration:none;

}
a.verde:hover{
	color:#d1fe06;
	font-weight:bold;
	text-decoration:underline;
}
a.branco{
	color: #CCCCCC;
	text-decoration:none;

}
a.azul{
	color: #06F;
	text-decoration:none;

}
a.azul:hover{
	color: #09F;
	font-weight:bold;
	text-decoration:underline;
}

a.branco:hover{
	color:#cccccc;
	font-weight:bold;
	text-decoration:underline;
}
