INPUT, SELECT
{
	font-family: "verdana";
	font-size: 10px;
	color: #091B59;
	border: solid 1px #7D9EBA;
	padding: 3px;
	margin-left:5px;
	margin-right:5px;
	height: 20px;
}

.pnErro
{
	border: solid 1px white;
	background-color: #E6E6E6;
	padding: 10px;
	margin: 10px;
}

.titulo-impressao {font-size: 18px; color: #091B59; font-weight: bold}
.titulo-branco
{
	padding: 3px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #091B59;
}

.grupo-controles
{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.caixa-expansao
{
	background: transparent url(../imagens/sep-horiz.gif) repeat-x scroll left top;
	padding: 10px 0 10px 0;
	text-align: right;
}

A.botao-expansao
{
	background: transparent no-repeat scroll left center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	padding: 0px 0px 0px 16px;
	font: 10px Verdana
}

A:visited {font-weight: bold;color: #091C5A;text-decoration: none;}
A:active {font-weight: bold;color: #091C5A;text-decoration: none;}
A:hover {font-weight: bold;color: #091C5A;text-decoration: underline}
A:link {font-weight: bold;color: #091C5A;text-decoration: none;}

A.sembold:visited {font-weight: normal; color: #091C5A;text-decoration: none;}
A.sembold:active {font-weight: normal; color: #091C5A;text-decoration: none;}
A.sembold:hover {font-weight: bold; color: #091C5A;text-decoration: underline}
A.sembold:link {font-weight: normal; color: #091C5A;text-decoration: none;}

.busca-resultados
{
	padding: 15px 0px 30px 10px;
}
.ColunaEsquerda{
    float:left;
    width:21%;
    font-weight:bold;
    padding-left:15px;
    padding-top:5px;
    padding-bottom:5px;
}
.ColunaDireita{
    float:right;
    width:78%;
    padding-top:5px;
    padding-bottom:5px;
}
