/* --- Fonte --- */
p, a, body, td, tr, div {
	font-style: normal;
	font-weight: normal;
	color: #6e747c;
        line-height: 11px;
        font-size: 11px;
	font-family: verdana;
}		

/* --- Links --- */
a, a:link{
color: #c589a1; 
cursor: crosshair;
TEXT-DECORATION: none; 
}
HR{
border: 2px solid  #4c5057;
}
a:hover {
color: #c589a1;
cursor: crosshair;
TEXT-DECORATION: none;
}

/* --- Estilos --- */

b	{color: #a597aa;
	text-decoration: none;}


u  	{color: #c589a1;
	text-decoration: none;}

c	{color: #a6abb3;
	text-decoration: none;}

i  	{color: #a6abb3; 
	text-decoration: none;}

strong	{color: #6e747c;
	text-decoration: none;}


/* ------ Título ----- */
.titulo_post {
color: #c589a1;
font-size: 11px; 
font-family: verdana;
cursor: ne-resize;
}

.titulo {
font-family: Verdana;
font-size: 11px;
color: #6e747c;
letter-spacing: 1px; 
font-weight: normal;
font-style: normal;
padding: 0px 0px 0px 0px;
}



/* --- Caixas --- */

input, textarea, select 
	{font-family: tahoma; 
	font-size: 12px;
	color: #c589a1;
	border: 1px solid #4f535b;
	padding: 0px 0px 0px 0px;
	background-color: #4c5057;
	-moz-border-radius: 0px;}



/* --- Seleçao Colorida --- */
::-moz-selection {
color: #d18fa6;
background: #484c52;}

::selection {
color: #d18fa6;
background: #484c52;}

/* --- Tabelas --- */

.fundopost {
	color: #64696f;
	font-size: 11px;
	font-family: verdana;
	text-align: left;
	width: 600px;
	padding: 3px 3px 3px 3px;
	background-color: #4e535a;
        border-top: 2px solid #494e56;
        border-right: 2px solid #494e56;
        border-left: 2px solid #494e56;
        border-bottom: 2px solid #494e56;
        
}

.tab2 {
        color: #64696f;
        background-color: #4e535a;
	border-top: 5px solid #c589a1;
	text-align: justify;
        padding: 3px;
        -moz-border-radius: 1px 1px 1px 1px;
        line-height: 12px;
        font-family: Verdana;
        width: 550px;	
	
/*------Imagens------*/

a img
        {filter: alpha(opacity=80);
        -moz-opacity:0.80;
        opacity:0.80;
        background-color: #4b4f56;
        text-shadow: 1px 1px #;
	padding: 1px 5px 1px 5px;
}

a:hover img
        {filter: alpha(opacity=30);
        -moz-opacity: 1.0;
        opacity:1.0;
        background-color: #4b4f56;
        text-shadow: 1px 1px #;
	padding: 1px 5px 1px 5px;
}


/* ------------ Footer -------------- */

#footer {
padding-top: 5px;
padding-bottom: 5px;
background: #494e56;
color: #4a4e54;}

