/* <DEFAULT> */
	body { background:#FFFFFF; }
	body, div, td {
		font-family: verdana,Arial,helvetica;
		font-size:10px;
		color:#000000;
		text-decoration: none;
	}
	select, textarea, input {
		font-family: verdana,Arial,helvetica;
		font-size:11px;
		color:#000000;
		text-decoration: none;
	}
/* </DEFAULT> */

/* <SPACES> */
    .space5 { padding: 5px; }
/* </SPACES> */

/* <BORDAS> */
	.borderBox { border-right: 1px solid #BABABA; border-top: 1px solid #BABABA; border-bottom: 1px solid #BABABA; border-left: 1px solid #BABABA; }
	.border { border: 1px solid #BBC0C5; }
/* </BORDAS> */

/* <FONTS> */
	/* COLORS */
	.txtWhite	 		{ color: #ffffff; }
	.txtBlack	 		{ color: #000000; }
	.txtGray	 		{ color: #979697; }
	.txtOrange	 		{ color: #F5650B; }
	.txtBlue	 		{ color: #416AA8; }
	.txtBlue2	 		{ color: #1B386C; }
	/* FONT FACE */
	.txtArial 		{ font-family: arial,verdana,helvetica; }
	/* SIZE */
	.txt9 			{ font-size: 9px; }
	.txt10 			{ font-size: 10px; }
	.txt11 			{ font-size: 11px; }
	.txt12 			{ font-size: 12px; }
	.txt13 			{ font-size: 13px; }
	.txt14 			{ font-size: 14px; }
	.txt15 			{ font-size: 15px; }
	.txt16 			{ font-size: 16px; }
/* </FONTS> */

/* <LINKS> */
	a:link		    { color:#000000; text-decoration:none }
	a:visited		{ color:#000000; text-decoration:none }
	a:active		{ color:#000000; text-decoration:none }
	a:hover		    { color:#979697; text-decoration:none }
	
	a.linkBlue:link		    { color:#334F75; text-decoration:none }
	a.linkBlue:visited		{ color:#334F75; text-decoration:none }
	a.linkBlue:active		{ color:#334F75; text-decoration:none }
	a.linkBlue:hover		    { color:#4974AB; text-decoration:none }
/* </LINKS> */

/* <FORMS> */
	input,textarea {
		color: #000000; background-color:#ffffff; border: thin solid #060606 ; border-width: 1px;
	}
	textarea { overflow: auto }
	select {}
	.none 	{ border: 0; background: none; text-decoration:none; }
	.formFale{ color: #000000; background-color: #EEEAE1; border: thin solid #AFA593 ; border-width: 1px; }
	.formHome{ color: #000000; background: url("../Imagens/box_back_form.gif"); border: thin solid #DBDBDB; border-width: 1px; height: 16px; font-size: 10px;}
	.formTextarea{ color: #000000; background: url("../Imagens/back_textarea.gif"); border: thin solid #DBDBDB; border-width: 1px; height: 64px; font-size: 10px;}
/* </FORMS> */

/* <TABELA> */
	.border	{ border-width: 1px; border-collapse: collapse; }
/* </TABELA> */

/* <BACKGROUND & BGCOLOR> */
	.backSite 	{ background: url("../Imagens/fundo.jpg"); }
	.backSombraEsq 	{ background: url("../Imagens/site_canto_esquerdo.gif"); background-repeat: repeat-y; background-position: right;}
	.backSombraDir 	{ background: url("../Imagens/site_canto_direito.gif"); background-repeat: repeat-y; background-position: left;}
	.bg		{ background:#eeeeee }
	.bgnone {	background: none; }
/* </BACKGROUND & BGCOLOR> */

