/* -- FONTES -- */
p, a, body, td, tr, div {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #7E7E7E;
	font-family: tahoma;
	cursor: normal;
	
}

/* -- LINKS -- */

a, a:link{
color: #534B4B; height:1px; 
border-bottom: 1px solid #fe004e;
border-right: 1px solid #fe004e;
cursor: S-resize;
TEXT-DECORATION: none;
background-color: #2c2c2c;
}
a:hover {
color: #534B4B;
border-bottom: 1px dashed #fe004e;
cursor: S-resize;
TEXT-DECORATION: none;
background-color: #2c2c2c;
}

a img {
	filter: alpha(opacity=100);
	-moz-opacity: 0.8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 0px;
	padding: 1px;
	margin: 2px;
	class="gradualshine" 
	onMouseover="slowhigh(this)" 
	onMouseout="slowlow(this)"
}


a:hover img {
	filter: alpha(opacity=60);
	cursor: help;
	-moz-opacity: 1.0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 1px;
	padding: 1px;
	margin: 3px;
}


/* ------ titulo ----- */
.titulo {font-size: 19px; font-family: georgia; 8px;width:700px;padding:0px; letter-spacing: 0px;color: #534B4B;font-size: 19px; font-family: georgia;}

/* -- ESTILOS -- */

b {	cursor: none; color: #534B4B; TEXT-DECORATION: none;
}
s {	cursor: none; color: #534B4B; TEXT-DECORATION: none; border-bottom: 1px solid #222222;
}
u {	cursor: none; color: #fe004e; TEXT-DECORATION: none;
}
i {	cursor: none; color: #534B4B; TEXT-DECORATION: none;
}
a {     cursor: none; color: #534B4B; TEXT-DECORATION: none;
}
strong {	cursor: none; color: #534B4B; TEXT-DECORATION: none;
}

/* -- CAIXAS -- */
input, textarea, select 
	{font-family: verdana; 
	font-size: 11px;
	color: #7E7E7E;
	border-top: 1px dashed #534B4B;
	border-left: 1px dashed #534B4B;
	border-right: 1px dashed #534B4B;
	border-bottom: 1px dashed #534B4B;
	background-color: transparent;

}
.fundopost {
	color: #7E7E7E;
        border-top: 1px solid #2a2a2a;
        border-left: 1px solid #2a2a2a;
        border-right: 1px solid #171717;
        padding: 1px 1px 1px 1px;
        border-bottom: 1px solid #171717;
	background-color: #2a2a2a;
        width: 356px;
        margin: 1px 1px 1px 1px;
        text-align: center;
	-moz-border-radius: 8px 8px 8px 8px;

}

/* -- Tables -- */
.subtitulo {
	background-color: #cfcdd1;
	padding: 4px 4px 4px 4px;
border-bottom: 1px dashed #534B4B;
width: 110px;
	-moz-border-radius: 8px 8px 8px 8px;
}

.table {
	color: #7E7E7E;
	background-color : #222222; 
        border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #171717;
	border-bottom: 1px solid #171717;
        font-size: 11px;
        font-family: tahoma;
        padding: 0px 0px 0px 0px;
        margin: 1px 1px 1px 1px;
        width: 350px;
        text-align: center; 

}
.table2 {
	color: #7E7E7E;
	background-color : #222222; 
        border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #171717;
	border-bottom: 1px solid #171717;
        font-size: 11px;
        font-family: tahoma;
        padding: 2px 2px 2px 2px;
        margin: 2px 2px 2px 2px;
        text-align: center; 
        width: 220px;
        -moz-border-radius: 4px 4px 4px 4px;
}


/*----------------------blockquote----------------------------*/
blockquote  {
	color: #7E7E7E;
	background-color : #601a92;
        border-top: 0px solid #601a92;
	border-left: 0px solid #601a92;
	border-right: 1px solid #561784;
        border-bottom: 1px solid #561784;
        padding: 0px 3px 3px 3px;
	width: 250px;
        text-align: center;
        -moz-border-radius: 8px 8px 8px 8px;
}




