@charset "UTF-8";
/* CSS Document */
/*
@font-face {
font-family: "Fette Engschrift";
font-style: normal;
font-weight: normal;
src: url(fette_engschrift.eot);
}

@font-face {
font-family: "standard 07_54";
font-style: normal;
font-weight: normal;
src: url(standard_07_54.eot);
}*/


body {
	background-color: #000;
}
.titulo {
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	color: #F86108;
	font-size: 16px;
	line-height: 30px;
}
.borda_esq {
	border: thin solid #222;
	padding: 0px 10px 0px 10px;
	background-color: #111;

}
.borda_esq_black {
	border: thin solid #222;
	padding: 0px 10px 0px 10px;
	background-color: #000;

}
.rapid {
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	color: #FFF;
	/*border: thin solid #222;*/	
	font-size: 16px;
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
}
.conteudo {
	font-family: "Tahoma";
	color: #666;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
}
ul 
{
	list-style: inside url("seta.jpg");
	font-family: "Tahoma";
	font-size: 8px;
	
}
.tabeladireita {
	background-color: #333;
}
.estilotextinput {
	border: 1px solid #F86108; 
	background:#000000; 
	font:"Tahoma";
	color: #FFF;
	width: 290px;
}
.estilotextarea { 
	border: 1px solid #F86108; 
	background:#000000; 
	font:"Tahoma";
	color: #FFF;
	max-height:120px; 
	max-width:290px;
	width: 290px;
	height:120px;
}
.estilobotao { 
	border: 1px solid #000; 
	background:#000000; 
	font:10px "Tahoma";
	color: #F86108;
}
a:link {
	color: #F86108;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F86108;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.conteudo_telefone {
	font-family: "Tahoma";
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}
.mais {
	font-family: "Tahoma";
	color: #F86108;
	font-size: 10px;
	line-height: 10px;
}
