/* CSS Document */
body 			{ margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }

.style1 		{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; }

a:link			{ color: #666666; text-decoration: none; }
a:visited 		{ text-decoration: none; color: #666666; }
a:hover 		{ text-decoration: underline; color: #E96E2A; }
a:active 		{ text-decoration: none; color: #666666; }

a.forum:link 	{ color: #FF6600; text-decoration: none; }
a.forum:visited { text-decoration: none; color: #FF6600; }
a.forum:hover 	{ text-decoration: underline; color: #FF6600; }
a.forum:active 	{ text-decoration: none; color: #FF6600; }

.style3 		{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #E76C26; }

.borda			{ border-style: solid; border-width: 1px;
				  border-color: #FFCC00 #FFCC00 #FFCC00 #FFCC00;
      			  text-align: left; vertical-align: top; }

.botao			{ font-family: verdana, arial; font-size: 10px; width: 110px; color:#FFFFFF;
				  border-width: 1px; background-color: #E96D28; }
				  
.campo			{ font-family: arial; font-size: 11px; height: 20px; width: 280px;
				  border-style: solid; border-width: 1px; background-color:#EFEFEF;
				  border-color: #E96D28 #E96D28 #E96D28 #E96D28;
				  text-align: left; vertical-align: top; }

.campo_txt		{ font-family: arial; font-size: 11px; height: 100px; width: 280px;
				  border-style: solid; border-width: 1px; background-color:#EFEFEF;
				  border-color: #E96D28 #E96D28 #E96D28 #E96D28;
				  text-align: left; vertical-align: top; }

.campo_uf		{ font-family: arial; font-size: 11px; height: 20px; width: 100px;
				  border-style: solid; border-width: 1px; background-color:#DDDDDD;
				  border-color: #999999 #999999 #999999 #999999;
				  text-align: left; vertical-align: top; }