/*
================================================================================
SYMBIO
================================================================================
css/estilo.css :: estilos CSS
--------------------------------------------------------------------------------
Criacao: 27/06/08			      |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
Ultima Alteracao: 27/06/08		  |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
		Criacao do arquivo
================================================================================
				ALTERACOES MAIS ANTIGAS NO RODAPE DO ARQUIVO
================================================================================
*/

body {
	margin:0;
	padding:0;
	}

input {
	background-color: #FFFFFF ;
	border: #7dba00 solid 1px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
textarea {
	background-color: #FFFFFF;
	border: #7dba00 solid 1px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
select {
	background-color: #FFFFFF;
	border: #7dba00 solid 1px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
a:link.glos {
	font-size:10pt;
	font-family: arial, sans-serif;
	color:#7dba00;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted # 7dba00;
	}
	
a:visited.glos {
	font-size:10pt;
	font-family: arial, sans-serif;
	color:#7dba00;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted # 7dba00;
	}
	
a:active.glos {
	font-size:10pt;
	font-family: arial, sans-serif;
	color:#7dba00;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted # 7dba00;
	}
	
a:hover.glos {
	font-size:10pt;
	font-family: arial, sans-serif;
	color:#7dba00;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted # 7dba00;
	}
	
.texto {
	font-size:10pt;
	font-family: arial, sans-serif;
	color:#666;
	text-align:justify;
	}
	
.prod {
	font-size:10pt;
	font-family: arial, sans-serif;
	color:#999;
	}

.botao {
	font-size:10pt;
	font-family: arial, sans-serif;
	color:#999;
	font-weight: bold;
	text-align:justify;
	background: transparent;
	background-image: url('../img/img_setalink.gif');
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px;
	}

a:link {
	font-size:10pt;
	font-family: arial, sans-serif;
	font-weight:bold;
	color:#999;
	text-decoration: none;
	}

a:visited {
	font-size:10pt;
	font-family: arial, sans-serif;
	font-weight:bold;
	color:#999;
	text-decoration: none;
	}
	
a:active {
	font-size:10pt;
	font-family: arial, sans-serif;
	font-weight:bold;
	color:#999;
	text-decoration: none;
	}

a:hover {
	font-size:10pt;
	font-family: arial, sans-serif;
	font-weight:bold;
	color:#999;
	text-decoration: underline;
	}


/*
================================================================================
							ALTERACOES ANTERIORES
================================================================================
Data Alteracao: 27/06/08	      |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
	*	Criacao do arquivo
--------------------------------------------------------------------------------
================================================================================
*/