/* corpo do documento */

Body
{
	background-color: #fff8e5;
}
.tabelaBackOffice
{
	width: 500px;
}
.tabelaMargem
{
	width: 767px;
}
.botao
{
	border-style: ridge;
	background: #F3EBD4; 
	font-family: verdana;
	color: #5A4A1E;
	font-size: 10px;
	border-width: 1px;
	border-color: #E6DEC7;
}
.campo
{
	border-style: solid;
	background: #FFFFFF; 
	font-family: verdana;
	color: #5A4A1E;
	font-size: 10px;
	border-width: 1px;
	border-color: #E6DEC7;
}


/* links */ 

a:hover
{
	font-family: verdana;
	font-size: 10px;
	color: #848484;
	text-decoration: underline;
}
a
{
	font-family: verdana;
	font-size: 10px;
	color: #848484;
	text-decoration: none;
}

a:hover.vermelho
{
	font-family: verdana;
	font-size: 10px;
	color: #F55834;
	text-decoration: underline;
}
a.vermelho
{
	font-family: verdana;
	font-size: 10px;
	color: #DB3B16;
	text-decoration: none;
}

a:hover.linkRodape
{
	font-family: verdana;
	font-size: 10px;
	color: #617533;
	text-decoration: underline;
}
a.linkRodape
{
	font-family: verdana;
	font-size: 10px;
	color: #617533;
	text-decoration: none;
}

/* textos */ 

.texto
{
	font-family: verdana;
	font-size: 10px;
	color: #848484;
}
.legenda
{
	font-family: verdana;
	font-size: 9px;
	color: #EF7E2B;
}
.textoNegrito
{
	font-family: verdana;
	font-size: 10px;
	color: 848484;
	font-weight: bold;
}
.textoRodape
{
	font-family: verdana;
	font-size: 10px;
	color: #617533;
}
.alerta
{
	font-family: verdana;
	font-size: 10px;
	color: #D92A2A;
}
