/* ------------ Formatação da Fonte -------------- */

p, a, body, td, tr, div {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #777777;
	font-family: tahoma;
	line-height: 13px;
	cursor: crosshair;
}

/* ----------------- Formatação do Link- ------------------- */

a, a:link{
color: #eba369;          
height:0px; 
border-bottom: none;
cursor: help;
TEXT-DECORATION: none;
}
a:hover {
color: #add63f;
border-bottom: 1px dotted #eba369;
cursor: help;
TEXT-DECORATION: underline;
background-color: none;
}

/* ----------------- Formatação de Estilos ---------------- */

b {	cursor: help;  color: #777777; TEXT-DECORATION: bold; 
}
u {	cursor: hand;  color: #add63f; TEXT-DECORATION: underline; border-bottom: 1px dotted #eba369;
}
i {	cursor: move;  color: #eba369; TEXT-DECORATION: italic; border-bottom: none; 
}
ul {line-height: 100%; color: #eba369; font-color: #46b1b0; margin: 0 18;
}

/* ------------------------------- Formatação das Caixas ---------------------------------- */
	
	input, textarea, select 
	{font-family: verdana; 
	font-size: 10px;
	color: #777777;
	border: 1px solid #eba369;
	background: #f3e3d6 url('http://i43.tinypic.com/2s1lidl.png');
	-moz-border-radius: 8px 8px 8px 8px;
        }


/* ------------------------------- Formatação de Tabelas ---------------------------------- */

.table {
	BORDER-TOP: #eba369 2px solid; 
	WIDTH: 100%; 
	COLOR: #eba369; 
	BORDER-BOTTOM: #eba369 1px dashed;
	Border-left: #eba369 10px solid; 
	BACKGROUND-COLOR: none; 
	TEXT-ALIGN: right;
	border-right: #eba369 0px solid;
}


/* -------------------------------------- EXTRAS ----------------------------------*/
	
::-moz-selection
{color: #777777;
background: #f6e5d8;}

::selection
{color: #777777;
background: #f6e5d8;}

/* ------------------------------- Fundo post! ---------------------------------- */

.cmttext {
	color: #777777;
		background-color: #e7eed6;
		border-bottom: 1px solid #add63f;
		border-top: 1px solid #add63f;
		border-right: 8px solid #add63f;
		border-left: 1px solid #add63f;
		style: margin: 0px;
		-moz-border-radius: 3px 3px 3px 3px;
		}

big 	{font-size: 500%;
	font-style: bold;
	line-height:50px;
	float:left;
	padding-right: 2px;
	color: #eba369;}