/* GERAL */

	body {
	margin:0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	scrollbar-arrow-color:		#003359;
	scrollbar-3dlight-color:	#cccccc;
	scrollbar-highlight-color:	#ffffff;
	scrollbar-face-color:		#efeeee;
	scrollbar-shadow-color:		#ffffff;
	scrollbar-darkshadow-color:	#cccccc;
	scrollbar-track-color:		#ffffff;
	background-image: url(../imagens/bg.gif);
	}

	td {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	}
	
	input {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid;
	border-color: #000000;
    }
	
	textarea {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid;
	border-color: #000000;
    }
	
	

/* TEXTOS */

    /* Esta classe para "TEXTOS BRANCOS"*/
	.txt01 {
	color: #ffffff;
	}
	
/* TTULOS */

    /* Esta classe para "TTULOS DOURADOS"*/
	.tit01 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #c0a764;
	}
	
	/* Esta classe para "TTULOS DOURADOS GRANDES"*/
	.tit02 {
	font-size: 14px;
	font-weight: bold;
	color: #b39443;
	}
	
	.tit03 {
	font-size: 14px;
	font-weight: bold;
	color: #b39443;
	}
	
	.tit04 {
	font-size: 12px;
	font-style: italic;
	color: #c0a764;
	}
	
	.tit05 {
	font-size: 12px;
	font-style: italic;
	color: #c0a764;
	}
		
/* LINKS */

	/* Esta classe  a DEFAULT*/
	a:link    {COLOR: #000000; font-weight: bold; text-decoration: underline;}
	a:visited {COLOR: #000000; font-weight: bold; text-decoration: underline;}
	a:active  {COLOR: #000000; font-weight: bold; text-decoration: underline;}
	a:hover   {COLOR: #003359; font-weight: bold; text-decoration: underline;}

	/* Esta classe  para links "BRANCOS PEQUENOS"*/
	a.a01:link    {COLOR: #ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
	a.a01:visited {COLOR: #ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
	a.a01:active  {COLOR: #ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
	a.a01:hover   {COLOR: #ffffff; font-size: 10px; font-weight: bold; text-decoration: underline;}
	
	/* Esta classe  para links "BRANCOS"*/
	a.a02:link    {COLOR: #ffffff; font-size: 11px; font-weight: bold; text-decoration: underline;}
	a.a02:visited {COLOR: #ffffff; font-size: 11px; font-weight: bold; text-decoration: underline;}
	a.a02:active  {COLOR: #ffffff; font-size: 11px; font-weight: bold; text-decoration: underline;}
	a.a02:hover   {COLOR: #c0a764; font-size: 11px; font-weight: bold; text-decoration: underline;}
	
	/* Esta classe  para links do "RODAPÉ"*/
	a.a03:link    {COLOR: #ffffff; font-size: 11px; font-weight: normal; text-decoration: none;}
	a.a03:visited {COLOR: #ffffff; font-size: 11px; font-weight: normal; text-decoration: none;}
	a.a03:active  {COLOR: #ffffff; font-size: 11px; font-weight: normal; text-decoration: none;}
	a.a03:hover   {COLOR: #ffffff; font-size: 11px; font-weight: normal; text-decoration: underline;}
	
	a.download_cdr{
		display: inline;
		font: 11px Tahoma, Arial, Helvetica, sans-serif;
		color: #000;
		background: #f5f5f5 url(../imagens/ico_cdr.gif) no-repeat left center;
		background-position: 3px;
		padding: 5px 9px 5px 25px;
		border: 1px solid #dcdcdc;
		text-decoration: underline;
		float: left;
	}
	a.download_cdr:visited	{text-decoration: underline; color: #000; font-weight: normal;}
	a.download_cdr:active		{text-decoration: underline; color: #000; font-weight: normal;}
	a.download_cdr:hover 		{text-decoration: none; color: #000;	font-weight: normal;}
	
	a.download_eps{
		display: inline;
		font: 11px Tahoma, Arial, Helvetica, sans-serif;
		color: #000;
		background: #f5f5f5 url(../imagens/ico_eps.gif) no-repeat left center;
		background-position: 3px;
		padding: 5px 9px 5px 25px;
		border: 1px solid #dcdcdc;
		text-decoration: underline;
		float: left;
	}
	a.download_eps:visited	{text-decoration: underline; color: #000; font-weight: normal;}
	a.download_eps:active		{text-decoration: underline; color: #000; font-weight: normal;}
	a.download_eps:hover 		{text-decoration: none; color: #000;	font-weight: normal;}
	
	a.download_jpg{
		display: inline;
		font: 11px Tahoma, Arial, Helvetica, sans-serif;
		color: #000;
		background: #f5f5f5 url(../imagens/ico_jpg.gif) no-repeat left center;
		background-position: 3px;
		padding: 5px 9px 5px 25px;
		border: 1px solid #dcdcdc;
		text-decoration: underline;
		float: left;
	}
	a.download_jpg:visited	{text-decoration: underline; color: #000; font-weight: normal;}
	a.download_jpg:active		{text-decoration: underline; color: #000; font-weight: normal;}
	a.download_jpg:hover 		{text-decoration: none; color: #000;	font-weight: normal;}
	
	a.download_pdf{
		display: inline;
		font: 11px Tahoma, Arial, Helvetica, sans-serif;
		color: #000;
		background: #f5f5f5 url(../imagens/ico_pdf.gif) no-repeat left center;
		background-position: 3px;
		padding: 5px 9px 5px 25px;
		border: 1px solid #dcdcdc;
		text-decoration: underline;
		float: left;
		clear: both;
	}
	a.download_pdf:visited	{text-decoration: underline; color: #000; font-weight: normal;}
	a.download_pdf:active		{text-decoration: underline; color: #000; font-weight: normal;}
	a.download_pdf:hover 		{text-decoration: none; color: #000;	font-weight: normal;}
	
	a.download_ttf{
		display: inline;
		font: 11px Tahoma, Arial, Helvetica, sans-serif;
		color: #000;
		background: #f5f5f5 url(../imagens/ico_ttf.gif) no-repeat left center;
		background-position: 3px;
		padding: 5px 9px 5px 25px;
		border: 1px solid #dcdcdc;
		text-decoration: underline;
		float: left;
	}
	a.download_ttf:visited	{text-decoration: underline; color: #000; font-weight: normal;}
	a.download_ttf:active		{text-decoration: underline; color: #000; font-weight: normal;}
	a.download_ttf:hover 		{text-decoration: none; color: #000;	font-weight: normal;}

	
/* OUTROS */

	/* Esta classe  para o "BOTO SEND"*/
  .botao {
	background-color:#efeeee;
	width:57px;
	height:20px;
	}

	/* Esta classe  para "TIRAR AS BORDAS"*/
  .semborda {
	border: 0px;
	}



.txt02 {
	color:#FFF;
	margin: 0 0 9px 0;
}

