/* -- FONTES -- */
p, a, body, td, tr, div {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #797979;
	font-family: tahoma;
	cursor: normal;
	
}

/* -- LINKS -- */

a, a:link{
color: #779cc4; height:1px; 
border-bottom: 0px dashed #888888;
cursor: S-resize;
TEXT-DECORATION: none;
background-color: #;
}
a:hover {
color: #4581c2;
border-bottom: 0px dashed #888888;
cursor: S-resize;
TEXT-DECORATION: none;
background-color: #;
}

/* ----------------- 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: #797979; TEXT-DECORATION: none;
}
e {	cursor: none; color: #1596a; TEXT-DECORATION: none; background-color: #ffffff;border-bottom: 1px dashed #999999; 
}
u {	cursor: none; color: #4581c2; TEXT-DECORATION: none; border-bottom: 1px solid #779cc4;
}
i {	cursor: none; color: #797979; TEXT-DECORATION: none;
}
c {     cursor: none; color: #4581c2; TEXT-DECORATION: none;
}
strong {	cursor: none; color: #779cc4; TEXT-DECORATION: none;
}

/* -- CAIXAS -- */

input, textarea, select 
	{font-family: verdana; 
	font-size: 11px;
	color: #666666;
	border-top: 1px solid #d4e2f2;
	border-left: 1px solid #d4e2f2;
	border-right: 1px solid #d4e2f2;
	border-bottom: 1px solid #d4e2f2;
	background-color: #92a6cc;
	-moz-border-radius: 8px 8px 8px 8px;
        }

/* -- TABELAS -- */
.table1 {
	color:  #ffffff;
        background-color: #91afd0;        
        text-align: right;
        width: 98%;
	text-align: left;
	-moz-border-radius: 3px 3px 3px 3px;
        padding: 2px 2px 2px 2px;
      	width:100%

}     

.fundo {
	color: #797979;
	background-color : #dde6f8;
        border-top: 0px solid #b1b2b5;
	border-left: 1px solid #b1b2b5;
	border-right: 0px solid #b1b2b5;
        border-bottom: 1px solid #b1b2b5;
        padding: 3px 3px 3px 3px;
	text-align: left;
        -moz-border-radius: 8px 8px 8px 8px;
        width:70%
}

.table2 {
	color:  #ffffff;
        background-color: #91afd0;        
        text-align: right;
        width: 35%;
	text-align: right;
	-moz-border-radius: 3px 3px 3px 3px;
        padding: 2px 2px 2px 2px;
width:99%;
}     

.fundo2 {
	color: #797979;
	background-color : #dde6f8;
        border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 1px solid #b1b2b5;
        border-bottom: 1px solid #b1b2b5;
        padding: 3px 3px 3px 3px;
	text-align: right;
        -moz-border-radius: 8px 8px 8px 8px;
        width:25%;
}

.table3 {
	color:  #ffffff;
        background-color: #91afd0;        
        text-align: right;
        width: 35%;
	text-align: right;
	-moz-border-radius: 3px 3px 3px 3px;
        padding: 2px 2px 2px 2px;
width:99%;
}     

.fundo3 {
	color: #797979;
	background-color : #dde6f8;
        border-top: 0px solid #b1b2b5;
	border-left: 1px solid #b1b2b5;
	border-right: 0px solid #b1b2b5;
        border-bottom: 1px solid #b1b2b5;
        padding: 3px 3px 3px 3px;
	text-align: left;
        -moz-border-radius: 8px 8px 8px 8px;
        width:45%;
}

.trac {
	color:  #666666;
        text-align: center;
        background-color: #dde6f8;        
        border-bottom: 1px dashed #999999; 
        width:440px;

}