/* CSS Document Logicamp*/

* {
	margin:0;
	padding:0;
}


body {
	margin:0 auto;
	text-align:center;
	background:#C9E8EE url(imagens/borda_geral.jpg) repeat-y center top;
}


a{
	color:#E67F31;
	text-decoration:none;
}
a:hover{
	color:#E67F31;
	text-decoration:underline;
}


.bg_fundo_logicamp{
	background-image: url(imagens/bg_fundo_logicamp.jpg);
	background-repeat: no-repeat;
	height:170px;
	width:684px;
}



.bg_texto_flash{
	background-image: url(imagens/bg_texto_flash.jpg);
	background-repeat: no-repeat;
	height:140px;
	width:302px;
}


.texto_geral{
	font-family:verdana;
	font-size:11px;
	color:#292B2B;
}
.texto_geral a{
	font-family:verdana;
	font-size:11px;
	color:#292B2B;
	text-decoration:none;
}
.texto_geral a:hover{
	font-family:verdana;
	font-size:11px;
	color:#292B2B;
	text-decoration:underline;
}



.texto_azul{
	font-family:verdana;
	font-size:11px;
	color:#029AB6;
	font-weight:bold;
}
.texto_azul a{
	font-family:verdana;
	font-size:10px;
	color:#029AB6;
	font-weight:bold;
	text-decoration:none;
}
.texto_azul a:hover{
	font-family:verdana;
	font-size:10px;
	color:#029AB6;
	font-weight:bold;
	text-decoration:underline;
}



.texto_branco{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
}
.texto_branco a {
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
.texto_branco a:hover {
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}


.texto_rodape a{
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	height:15px;
	padding: 0 0 10px 0;
	_padding: 0;
}
.texto_rodape a:hover{
	background-image:url(imagens/fundo_menu_rodape.jpg);
	background-repeat: repeat-x;
	color:#ffffff;
	text-decoration:none;
}


.interna input{
	margin:2px 0 2px 5px;
	color:#000000;
}

.interna select{
	margin:2px 0 2px 5px;
	color:#000000;
}

.interna textarea{
	margin:2px 0 2px 5px;
	color:#000000;
}