/* CSS Document */

img{
 behavior: url(supersleight-min.js)
}

body { background-image:url(../img/bg.jpg);
	   background-color:#FFFFFF;
	   background-repeat:no-repeat;
	   text-align:center;
	   background-position:center;
	   background-position:top;
	   margin-top:5px auto;}
	   
a.news {
display:block;
background-image:url(../img/botnews.gif);
width:31px;
height:31px;
overflow:hidden;
text-indent:-10000px;
}

a.news:hover {
background-position:0 -31px;
text-decoration:none;
}

a.busca{
display:block;
background-image:url(../img/botbusca.gif);
width:31px;
height:32px;
overflow:hidden;
text-indent:-10000px;
}

a.busca:hover {
background-position:0 -32px;
text-decoration:none;
}

a.detalhes{
display:block;
background-image:url(../img/detalhes.gif);
width:77px;
height:23px;
overflow:hidden;
text-indent:-10000px;
}

a.detalhes:hover {
background-position:0 -24px;
text-decoration:none;
}

a.enviar{
display:block;
background-image:url(../img/enviar.gif);
width:77px;
height:23px;
overflow:hidden;
text-indent:-10000px;
}

a.enviar:hover {
background-position:0 -24px;
text-decoration:none;
}

a.voltar{
display:block;
background-image:url(../img/voltar.gif);
width:77px;
height:23px;
overflow:hidden;
text-indent:-10000px;
}

a.voltar:hover {
background-position:0 -24px;
text-decoration:none;
}



.TextoContato { font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				color:#969594;
				font-weight:bold;
}

.TextoTitulo { font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#0066AB;
				font-weight:bold;
}

.TextoAviso { font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				font-weight:bold;
				color:#0066FF;
}


.TextoContatoAlerta { font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				font-weight:bold;
				color: red;
}

.CaixaContato { font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#666666;
				font-weight:bold;
				background-color:#EFEFEF;
				border:1px solid #666666;
				width:280px;
}

.CaixaOrcamento { font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#666666;
				background-color:#EFEFEF;
				border:1px solid #666666;
				width:30px;
}

.CaixaBuscar { font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#666666;
				background-color:#EFEFEF;
				border:1px solid #666666;
				width:150px;
}

.CaixaPesquisa { font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#666666;
				background-color:#FFFFFF;
				border:none;
				width:70px;
}

.CaixaNewsllater { font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#666666;
				background-color:#FFFFFF;
				border:none;
				width:90px;
}

.TextoDescricao { font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#666666;
}

.TextoRodape { font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				color:#969594;
}

.TituloRestrita { font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				color:#969594;
				font-weight:bold;
}

a 				{font-family:"Franklin Gothic Medium";
				font-size:12px;
				text-decoration:none;
				color:#666666;
}

a:hover			{font-family:"Franklin Gothic Medium";
				font-size:12px;
				text-decoration:underline;
				color:#666666;
}
.btn_buscar { background-color:#333333;
			  border:none;
			  font-family:"Franklin Gothic Medium";
			  font-size:11px;
			  margin:2px;
			  padding:1px;
			  color:#FFFFFF;
			  vertical-align:middle;
			  height:15px;}

