
/* Text Black */

.tb { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; 
font-weight: normal; color: #000000; text-decoration: none} 

/* Text Black Bold */

.tbb { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; 
font-weight: bold; color: #000000; text-decoration: none} 

/* Text Black Justify */

.tbj { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; 
font-weight: normal; color: #000000; text-align: justify; text-decoration: none} 



/* Link Text Black */

.ltb { font-family: Arial, Helvetica, sans-serif; font-size="10pt"; 
font-weight: normal; color: #000000; text-decoration: none }

.ltb:hover { font-family: Arial, Helvetica, sans-serif; font-size="10pt";
font-weight: normal; color: #333366; text-decoration: underline}
 
/* Link Text Black Bold */

.ltbb { font-family: Arial, Helvetica, sans-serif; font-size="10pt"; 
font-weight: bold; color: #000000; text-decoration: none }

.ltbb:hover { font-family: Arial, Helvetica, sans-serif; font-size="10pt";
font-weight: bold; color: #333366; text-decoration: underline}

/*_________________________________________________________________________*/


/* Text White */

.tw { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; 
font-weight: normal; color: #FFFFFF; text-decoration: none} 

/* Text White Bold */

.twb { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; 
font-weight: bold; color: #FFFFFF; text-decoration: none} 

/* Text White Small*/

.tws { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; 
font-weight: normal; color: #FFFFFF; text-decoration: none} 



/* Link Text White */

.ltw { font-family: Arial, Helvetica, sans-serif; font-size="10pt"; 
font-weight: normal; color: #FFFFFF; text-decoration: none }

.ltw:hover { font-family: Arial, Helvetica, sans-serif; font-size="10pt";
font-weight: normal; color: #FFFFFF; text-decoration: underline}

/* Link Text White Bold */

.ltwb { font-family: Arial, Helvetica, sans-serif; font-size="10pt"; 
font-weight: bold; color: #FFFFFF; text-decoration: none }

.ltwb:hover { font-family: Arial, Helvetica, sans-serif; font-size="10pt"; 
font-weight: bold; color: #FFFFFF; text-decoration: underline}

/* Link Text White Small*/

.ltws { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; 
font-weight: normal; color: #FFFFFF; text-decoration: none} 

.ltws:hover { font-family: Arial, Helvetica, sans-serif; font-size="8pt";
font-weight: normal; color: #FFFFFF; text-decoration: underline}