<!--

body
	{
	background-color		:#fff;
	text-align				:left;
	font-family				:Calibri, Helvetica, Arial;
	font-size				:14px;
	margin					:0 auto;
	}
	
div
	{
	margin					:6px;
	padding					:6px;
	}
	
.campo
	{
	width					:280px;
	height					:22px;
	background-image		:url(img/lupa.gif);
	background-position		:left;
	background-repeat		:no-repeat;
	padding-top				:5px;
	padding-left			:28px;
	border					:solid 1px #cfcfcf;
	font-family				:Calibri, Helvetica, Arial;
	font-size				:14px;
	color					:#000;
	}	
	
.botao
	{
	width					:120px;
	height					:30px;
	border					:solid 1px #cfcfcf;
	font-family				:Calibri, Helvetica, Arial;
	font-size				:14px;
	color					:#000;
	position: relative;
	top: 2px;
	}	
	
h1
	{
	font-family				:Cambria, Arial, Helvetica, sans-serif;
	font-size				:30px;
	margin					:0 auto;
	}	
	
h3
	{
	font-family				:Cambria, Arial, Helvetica, sans-serif;
	font-size				:16px;
	margin:0;
	}		
	
.texto
	{
	font-size				:14px;
	font-weight				:normal;
	color					:#000;
	font-family				:Calibri, Helvetica, Arial;
	width					:520px;
	margin					:0 auto;
	}	

.empresas
	{
	font-size				:14px;
	font-weight				:normal;
	color					:#666;
	font-family				:Arial;
	width					:170px;
	height					:240px;
	float					:left;
	background				:#FFF;
	margin-left				:8px;
	position				:relative;
	overflow				:hidden;
	line-height				:140%;
	}
	
.endereco
	{
	margin:0;
	background				:#000000;
	font-size				:10px;
	font-weight				:normal;
	color					:#fff;
	font-family				:Arial;
	line-height				:normal;
	}	
	
.rodape
	{
	clear					:both;
	text-align				:center;
	overflow				:hidden;
	}	

a
	{
	color					:#666;
	text-decoration			:underline;
	}
	
a.azul
	{
	color					:#006699;
	text-decoration			:underline;
	}	
		
a.branco
	{
	color					:#fff;
	text-decoration			:underline;
	}		

-->