/* 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;
	}

/* TÍTULOS */

    /* Esta classe para "TÍTULOS DOURADOS"*/
	.tit01 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #c0a764;
	}
	
	/* Esta classe para "TÍTULOS DOURADOS GRANDES"*/
	.tit02 {
	font-size: 14px;
	font-weight: bold;
	color: #b39443;
	}
		
/* 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;}
	
	
/* OUTROS */

	/* Esta classe é para o "BOTÃO SEND"*/
    .botao {
	background-color:#efeeee;
	width:57px;
	height:20px;
	}

	/* Esta classe é para "TIRAR AS BORDAS"*/
    .semborda {
	border: 0px;
	}



.warning {
	color: #FF0000;
}
