A
{
	font-weight: normal;
	font-size: 11px;
	color: blue;
	font-family: Tahoma;
	text-decoration: none;
}
A:hover
{
	font-weight: normal;
	font-size: 11px;
	color: red;
	font-family: Tahoma;
	text-decoration: underline;
}
A:active
{
	font-weight: normal;
	font-size: 11px;
	color: red;
	font-family: Tahoma;
	text-decoration: none;
}

.StlCopyRight
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Tahoma;
}

.StlLabel
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
}

.StlCampo
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Tahoma;
}

.StlCampoMaiuscula
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	text-transform: uppercase;
}

.StlCampoMinuscula
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	text-transform: lowercase;
}

.StlTitulo
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Tahoma;
}

.StlTexto
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
}

.StlTextoNegrito
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
}

.StlLink
{
	font-weight: normal;
	font-size: 11px;
	color: blue;
	font-family: Tahoma;
	text-decoration: none;
}
.StlLink:hover
{
	font-weight: normal;
	font-size: 11px;
	color: blue;
	font-family: Tahoma;
	text-decoration: underline;
}
.StlLink:active
{
	font-weight: normal;
	font-size: 11px;
	color: red;
	font-family: Tahoma;
	text-decoration: none;
}

#listHolder_Usuario
	{
		position: absolute;
		border: 0px solid #000000;
	}

#listHolder_Beneficiario
	{
		position: absolute;
		border: 0px solid #000000;
	}

#listHolder_Bairro
	{
		position: absolute;
		border: 0px solid #000000;
	}

#listHolder_Cidade
	{
		position: absolute;
		border: 0px solid #000000;
	}

.StlFind
	{
		font-family:Tahoma;
		font-size:11px;
		color:#000000;
		background:#FFFFFF;
		width: 515px;
	}

.StlFindBairro
	{
		font-family:Tahoma;
		font-size:11px;
		color:#000000;
		background:#FFFFFF;
		width: 200px;
	}

.StlFindCidade
	{
		font-family:Tahoma;
		font-size:11px;
		color:#000000;
		background:#FFFFFF;
		width: 200px;
	}

.StlSinalTitulo
	{
		font-family: Tahoma;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		background: #000080;
	}