/* Estilo usado para o layout padrão */
p.valor{
	margin:0; padding:0;
	margin-bottom:5px;
	font-weight:bold;

}
.imagem_link{
	margin:0 5px 5px 0;
}
/* ---------------------------------------- */ 
body {
	font: 11px tahoma, verdana, arial;
	color: #000000;
	margin: 0;
	background: url(images/bg_marromTracejado.gif);
}


a:link {
	font: 11px tahoma, verdana, arial;
	color: #95550B;
	text-decoration: none;
}

a:visited {
	font: 11px tahoma, verdana, arial;
	color: #95550B;
	text-decoration: none;
}
a:hover {

	font: 11px tahoma, verdana, arial;
	color: #95550B;
	text-decoration: underline;
}
a:active {

	font: 11px tahoma, verdana, arial;
	color: #95550B;
	text-decoration: none;
}


.tabelaPrincipal {
	background: #FFFFFF url(images/fundoGradiente.jpg) repeat-x center top;
	font: 11px tahoma, verdana, arial;
	text-decoration: none;
}
h1 {
	font: bolder 24px tahoma, verdana, arial;
	color: #95550B;
	text-align: left;
}
h2 {
	font: bolder 16px tahoma, verdana, arial;
	color: #95550B;
	text-align: left;
}
.input {
	font: 11px tahoma, verdana, arial;
	color: #000000;
	text-decoration: none;
	width: 95%;
	background: #FFFFFF;
	border-top: 1px solid #F5E0C9;
	border-right: 1px solid #F5E0C9;
	border-bottom: 1px solid #EAAE73;
	border-left: 1px solid #EAAE73;
}
.btEnviar {
	font: bold 11px tahoma, verdana, arial;
	color: #FFFFFF;
	text-decoration: none;
	background: #95550B;
	width: 250px;
	border: 1px solid #95550B;
}

.btLimpar {
	font: normal 11px tahoma, verdana, arial;
	color: #000000;
	text-decoration: none;
	background: #E0DFE3;
	width: 250px;
	border: 1px solid #E0DFE3;
}
.fontePadrao {
	font: 11px tahoma, verdana, arial;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.comboBox {
	font: 11px tahoma, verdana, arial;
	color: #000000;
	text-decoration: none;
	width: 98%;
	background: #FCF5ED;
	border: 1px solid #FCF5ED;
}
