/* -- FONTES -- */
p, a, body, td, tr, div {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: tahoma;
	cursor: normal;
	
}

/* -- LINKS -- */

a, a:link{
color: #ccff66; height:1px; 
border-bottom: 0px dashed #888888;
cursor: S-resize;
TEXT-DECORATION: none;
background-color: #000000;
}
a:hover {
color: #ff6699;
border-bottom: 0px dashed #888888;
cursor: S-resize;
TEXT-DECORATION: none;
background-color: #000000;
}

/* ----------------- Opacidade ----------------- */

a img {
filter: alpha(opacity=60);
-moz-opacity: 0.8;}

a:hover img {
filter: alpha(opacity=15);
-moz-opacity: 1.0;}

/* -- ESTILOS -- */

b {	cursor: none; color: #ff6699; TEXT-DECORATION: none;
}
u {	cursor: none; color: #999999; TEXT-DECORATION: none; border-bottom: 1px solid #ccff66;
}
i {	cursor: none; color: #ccff66; TEXT-DECORATION: none;
}
c {     cursor: none; color: #ff6699; TEXT-DECORATION: none;
}
strong {	cursor: none; color: #ff6699; TEXT-DECORATION: none;
}
n {     cursor: none; color: #ff6699; TEXT-DECORATION: none; font-size: 14px; background-color: #000000;
}


/* -- CAIXAS -- */

input, textarea, select 
	{font-family: tahoma; 
	font-size: 11px;
	color: #666666;
	border-top: 1px solid #171717;
	border-left: 1px solid #171717;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #171717;
	-moz-border-radius: 8px 8px 8px 8px;
        }

/* -- TABELAS -- */

.table1 {
background-color: #dae0eb;
border-bottom: 0px dashed  #8299c7;
border-right: 0px solid  #abc7e6;
text-align: right;
width: 97%; 

}   

.table2 {
color: #4581c2; 
        font: 11px Tahoma; 
        border-left: 4px solid #cadbef; 
        border-right: 0px solid #cadbef;
        background-color : #ffffff;
        border-top: 0px solid #000000; 
        border-bottom: 0px solid #000000;
        text-align: right;
width:97%;
}     

.fundo {
	color: #92a6cc;
	background-color : #e4ecfb;
        border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 1px solid #e4e9f4
        border-bottom: 1px solid #e4e9f4;
        padding: 0px 3px 3px 3px;
	text-align: justify;
        -moz-border-radius: 8px 8px 8px 8px;
width:100%;
}


.noticia {
color: #6a6a6a; 
        font: 11px Tahoma; 
        border-left: 4px solid #cadbef; 
        border-right: 4px solid #cadbef;
        background-color : #e4ecfb;
        text-align: justify;
        width: 90%

}

.post {
color: #92a6cc;
	background-color : #e4ecfb;
        border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 1px solid  #e4e9f4;
        border-bottom: 1px solid  #e4e9f4;
	text-align: justify;
        width: 97%

}