	* {
	margin: 0;
	padding: 0;
	list-style: none;
	}	

/* GERAL */

	body {
	margin:0px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #000000;
	background: #ddd8c9;
	}

	td {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #000000;
	}
	
	input,textarea{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #000000;
	border:1px solid #cecece;
	height:14px;
	padding:3px;
	}
	
	textarea{
	height:60px;
	}
	
	button{
	background:#781e19;
	color:#fff;
	font:bold 12px arial;
	border:0 none;
	padding:2px 8px;
	}
	
	select {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #000000;
    }
	
	

/* TEXTOS */

	p {
	text-align:justify;	
    }

    /* Esta classe  para TITULOS VERMELHO 13px*/
	.titulo1 {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #781e19;
	}
	/* Esta classe  para TITULOS VERMELHO 16px*/
	.titulo2 {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #781e19;
	}
	/* Esta classe  para TITULOS VERMELHO 18px*/
	.titulo3 {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #781e19;
	}
	/* Esta classe  para TITULOS DAS PÁGINAS*/
	.titulo4 {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 24px;
	color: #b0a893;
	padding-left:10px;
	}
	/* Esta classe  para TEXTOS DE CHAMADA*/
	.txt1 {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 16px;
	color: #781e19;
	padding-left:10px;
	}
	/* Esta classe  para PEQUENOS*/
	.txt2 {
	font-size: 9px;
	text-align:justify;
	}
	/* Esta classe  para AVISOS*/
	.txt3 {
	color: #781e19;
	}
	
/* LINKS */

	/* Esta classe  a DEFAULT*/
	A:link    {COLOR: #781e19; text-decoration: none;}
	A:visited {COLOR: #781e19; text-decoration: none;}
	A:active  {COLOR: #781e19; text-decoration: none;}
	A:hover   {COLOR: #781e19; text-decoration: underline;}

	/* Esta classe "VEJA MAIS"*/
	A.a01:link    {font-weight: bold; text-decoration: none;}
	A.a01:visited {font-weight: bold; text-decoration: none;}
	A.a01:active  {font-weight: bold; text-decoration: none;}
	A.a01:hover   {font-weight: bold; text-decoration: underline;}
	
/* FORMS */

	.bt1 {
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color:#781e19;
	border: 1px solid;
	border-color: #ffffff;
	padding:1px;
    }
	
	.txtarea1 {
	font-size: 13px;
	padding:2px;
	height: 16px;
	color: #000000;
	border: 1px solid;
	border-color: #000000;
    }
	
	.anexar {
	height: 20px;
    }
	
	.formtext1 {
	width:65px;
    }
	
	.formtext2 {
	width:96px;
    }
	
	.formtext3 {
	width:120px;
    }
	
	.formtext4 {
	width:141px;
    }
	
	.formtext5 {
	width:196px;
    }
	
	.formtext6 {
	width:310px;
    }
	
	.formtext7 {
	width:439px;
    }
	
	.formtext8 {
	width:250px;
    }
	
	

