/* ------------ Fonte -------------- */
body {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #e7002e;
	font-family: tahoma;
	line-height: 13px;
}	
	
/* ------------- Barra de Rolagem ---------------- */	

body {scrollbar-face-color: none;
scrollbar-highlight-color: none;
scrollbar-3dlight-color: none;
scrollbar-darkshadow-color: none;
scrollbar-shadow-color: none;
scrollbar-arrow-color: none;
scrollbar-track-color: none; }

/* ----------------- Link ------------------- */
a:link{
color: #3a67d9;
cursor: pointer;
TEXT-DECORATION: none;
}

a:hover {
color: #e7002e;
font-weight: bold;
cursor: pointer;
TEXT-DECORATION: none;
border-bottom: 1px dotted #3a67d9;
}

/* ----------------- Estilos ---------------- */
b {	cursor: N-resize;  color: #3a67d9; 
cursor: help;
}
u { color: #3a67d9; border-bottom: 1px dotted #e7002e; 

cursor: help;
}
i {	cursor: sw-rezize;  color: #3a67d9; 

cursor: help;
}
strong { color: #3a67d9; }

a { color: #3a67d9; }

ul {line-height: 100%; color: #3a67d9; font-color: #e7002e; margin: 0 18;
}

/* ------------------------------- Caixas ---------------------------------- */
input, textarea {
	color: #e7002e;
	font-family: Tahoma;
	font-size: 10 px;
	border: 1px dashed #3a67d9;
	background-color: transparent;


	}
/* ------------------------------- Tabelas ---------------------------------- */


.table { background: #e7002e url('http://i154.photobucket.com/albums/s241/lukaskastro/tableh-1.jpg');
       text-align: center;
       color: #ffffff;
       	text-transform: uppercase;
      	padding : 17px;
      	 -moz-border-radius: 4px 4px 4px 4px;}
    
    
.table2 {
	color:  #e7002e;
        background-color: transparent;        
        border-bottom: 1px dashed #3a67d9; 
}

.fundo { background-color :#ffffff;
         border: 6px solid #ffffff;
         -moz-border-radius: 10px 10px 3px 3px; }
