
/* TEXTO PADRÃO */

.texto {  
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	text-decoration: none }

.texto A:link {  
	color: #669966;
	background-color: transparent;
	text-decoration: underline }

.texto A:visited {  
	color: #999999;
	background-color: transparent;
	text-decoration: underline }
	
.texto A:hover {  
	font-weight: bold;
	color: #336633;
	background-color: transparent;
	text-decoration: underline }
	
/* TEXTO BREADCRUMBING */

.breadcrumbing {  
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	text-decoration: none }

.breadcrumbing A:link {  
	color: #999999;
	background-color: transparent;
	text-decoration: underline }

.breadcrumbing A:visited {  
	color: #999999;
	background-color: transparent;
	text-decoration: underline }
	
.breadcrumbing A:hover {  
	font-weight: bold;
	color: #666666;
	background-color: transparent;
	text-decoration: underline }

/* TEXTO BOX */

.box {  
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	text-decoration: none }

.box A:link {  
	color: #669966;
	background-color: transparent;
	text-decoration: underline }

.box A:visited {  
	color: #999999;
	background-color: transparent;
	text-decoration: underline }
	
.box A:hover {  
	font-weight: bold;
	color: #336633;
	background-color: transparent;
	text-decoration: underline }	
	
/* TEXTO COPYRIGHT */

.copyright {  
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none }

.copyright A:link {  
	color: #CCCC99;
	background-color: transparent;
	text-decoration: underline }

.copyright A:visited {  
	color: #999966;
	background-color: transparent;
	text-decoration: underline }
	
.copyright A:hover {  
	font-weight: bold;
	color: #99CC99;
	background-color: transparent;
	text-decoration: underline }