@charset "utf-8";
.fonte_azul_grande {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	color: #0CF;
	text-decoration: none;
}

.fundo {
	background-image: url(../imagens2009/fundo_azul.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#0a0a0a;
}
.fonte_botao_azul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	
	
}

.transparente {
	filter:alpha(opacity = 50);
	-moz-opacity:.50;
    opacity:.50;
}
.fonte_titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #F06;
	text-decoration: none;
}
.mini_fonte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
.fonte_branca {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.contorno_foto {
	border: 1px solid #666;
}
.contorno_foto:hover {
	border: 1px solid #FFFFFF;
}
.form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	padding: 5px;
	border: 1px solid #666;
}
.data {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #B30051;
	padding: 2px;
}
.fonte_preta {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;
}.fonte_preta_grande {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.selecao{
	background-color: #333;
}
.selecao:hover{
	background-color: #666;
}

