/* ------------ Formatação da Fonte -------------- */

p, a, body, td, tr, div {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	line-height: 13px;
	cursor: crosshair;

}

/* ----------------- Formatação do Link- ------------------- */

a, a:link{
color: #6B67FC;          
height:0px; 
border-bottom: none;
cursor: none;
TEXT-DECORATION: none;
cursor: none;

}
a:hover {
color: #FF0008;
border-bottom: 1px solid #59B356;
cursor: none;
font-weight: bold;
TEXT-DECORATION: none;
background-color: none;
cursor: none;

}

/* ----------------- Formatação de Estilos ---------------- */

b {	color: #6B67FC; TEXT-DECORATION: bold; cursor: none;
}
b:hover { color: #FF0008; }
}
u:hover { color: #FF0008; TEXT-DECORATION: underline; border-bottom: 1px solid #59B356; cursor: none; padding: 1px; }
i {	color: #6B67FC; TEXT-DECORATION: italic; border-bottom: none; cursor: crosshair;
}
ul {line-height: 100%; color: #FF0008; font-color: #6B67FC; margin: 0 18;
}

/* ------------------------------- Formatação das Caixas ---------------------------------- */
	
	input, textarea, select 
	{font-family: Tahoma; 
	font-size: 11px;
	color: #000000;
	border-bottom: 1px dotted #59B356;
	border-top: 1px dotted #59B356;
	border-left: 1px dotted #59B356;
	border-right: 1px dotted #59B356;
	background-color: #00BA00;
       }


/* ------------------------------- Formatação de Tabelas ---------------------------------- */

    .table{
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding : 4px;
	font-weight: bold;
	color: #000000;
	background-color: #00B000;
      	}



/* ------------------------------- Fundo post ---------------------------------- */

	
.fundo {
	color: #000000;
		background-color: #62C666;
		}
		
		
G 	{font-size: 500%;
	font-style: bold;
	line-height:50px;
	float:left;
	padding-right: 2px;
	color: #be8500;}
