/*
'--------------------------------------------------------------------
' Arquivo:		estilo.css
' Autor:		Gilson Hoffmeister
' E-mail:		gilson.hoffmeister@terra.com.br
' Data:			13/03/2004
' Atualizado:	00/00/0000
' Descrição:	Arquivo responsável pela formatação do site.
'--------------------------------------------------------------------
*/

/*
'--------------------------------------------------------------------
' CSS Geral
'--------------------------------------------------------------------
*/

/* Fundo da página, barras de rolagens e texto */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
/*	scrollbar-arrow-color: #EF9BA0;
	scrollbar-track-color: #FCE0E0;
	scrollbar-3dlight-color: #F7C6C6;
	scrollbar-darkshadow-color: #F7C6C6;
	scrollbar-face-color: #F7C6C6;
	scrollbar-shadow-color: #F7C6C6;
	scrollbar-base-color: #F7C6C6;
	scrollbar-highlight-color: #F7C6C6;*/
}

/* Parágrafos */
p {
	text-align: justify;
}

p.txtCentralizado {
	text-align: center;
}

/*
Textos
*/
.txt10px {
	font-size: 11px;
	line-height: 15px;
}

.txtBrancoEsquerdo {
	color: #FFFFFF;
	line-height: 15px;
	text-align: right;
}

.txtMarromEsquerdo {
	color: #571904;
	line-height: 15px;
	text-align: right;
}

.txtBrancoCentro {
	color: #FFFFFF;
	line-height: 15px;
	text-align: center;
}

.txtErro {
	color: #FF0000;
	text-align: center;
}

.txtMarrom {
	color: #571904;
}

/*
Tabelas
*/
table {
	font-size: 12px;
}

table.tblClientes {
	border-width: 1px;
	border-style: solid;
	border-color: #70614E;
}

/* TD */
.tdMarrom {
	background-color: #70614E;
}

.tdClientesMarrom {
	background-color: #70614E;
	color:#FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

.tdClientes {
	padding: 10px;
}


/* UL */
ul {
	line-height: 20px;
	text-align: justify;
}

/*
Subtítulos
*/
h3 {
	color: #70614E;
	font-size: 16px;
	font-weight: bold;
}

/*
Links
*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Imagens */
img {
	border: 0px;
}

img.imgPadrao {
	border-color: #70614E;
	border-style: solid;
	border-width: 1px;
}

img.imgTexto {
	border-color: #70614E;
	border-style: solid;
	border-width: 1px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.imgTexto2 {
	border-color: #70614E;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.imgCouro {
	border-color: #70614E;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

/*
Formulários
*/

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	overflow: auto;
	background-color: #FFFFFF
}