<style>


/* LINKS */
a:link 
{ 
	color: "#800000"; 
	text-decoration: none; 
	background-color: transparent; 
}
a:visited 
{ 
	color: #800000; 
	text-decoration: none; 
	background-color: transparent; 
}    
a:hover 
{ 
	color: #800000; 
	text-decoration: underline; 
	background-color: transparent; 
}
a:active 
{ 
	color: #800000; 
	text-decoration: none; 
	background-color: transparent; 
}


/* TEXTOS */
.txtmenu 
{ 
	font-size: 12px; 
	font-family: tahoma; 
	font-weight: bold; 
}

.texto 
{ 
	font-size: 10px; 
	font-family: tahoma; 
	color: #800000; 
}

.textosobre
{ 
	font-size: 12px; 
	font-family: tahoma; 
	color: #800000; 
}


.txtrodape 
{ 
	font-size: 10px; 
	font-family: tahoma; 
	font-weight: bold; 
}

.titulo 
{ 
	color: #800000; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline; 
	font-family: tahoma, arial, sans-serif; 
}

.subtitulo 
{ 
	color: #800000; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: tahoma, arial, sans-serif;  
}

.observacao 
{ 
	color: green; 
	font-style: italic; 
	font-size: 11px; 
	font-family: tahoma, arial, sans-serif; 
}

.txterro 
{ 
	font-size: 12px; 
	font-family: tahoma; 
	font-weight: bold; 
	color: red; 
}

.txtsucess
{ 
	font-size: 12px; 
	font-family: tahoma; 
	font-weight: bold; 
	color: blue; 
}


.barra 
{ 
	font-size: 12px; 
	font-family: tahoma; 
	font-weight: bold; 
	color: #EF980F;
}

/* DIV'S */
#titulobox 
{ 
	background-color: none; 
}


/* TABELAS */
.tabelalinha 
{ 
	color: #800000; 
	font-family: arial, tahoma, sans-serif; 
	font-size: 9px; 
	text-align: center;

}

.tabelatitulo 
{ 
	background-color: #c0c0c0; 
	color: #800000; 
	font-family: arial, tahoma, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	text-align: center;
}


/* FORMULARIOS */
.rotulo 
{ 
	font-size: 12px; 
	font-family: tahoma; 
	font-weight: bold; color: #800000; 
}

select 
{ 
	font-size: 11px; 
}
input 
{ 
	font-size: 11px; 
}

</style>
