@charset "utf-8";
BODY {
	background-color: #5C5952;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/fundo.gif);
	background-repeat: repeat;
}
p {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;

}
.texto {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.link_inativo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#FFFFFF
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#009900
}

a:link {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none;
	color: #FFFFFF
}

a:visited {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #E3E40D
}

a:active {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #88C81C
}
form {
	margin: 0pt;
}
.dia {
   font-family: Tahoma;
   font-size: 28px;
   color: #ffffff;
   margin:0;
}
.mes {
   font-family: Tahoma;
   font-size: 16px;
   color: #ffffff;
   margin:0;   
}
.ano {
   font-family: Tahoma;
   font-size: 16px;
   color: #ffffff;
   margin:0;   
}
.form {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	background-color: #AFAC99;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

