.testo { 
 	font-size: 10pt;
	font-weight: normal;
	font-family: arial;
	color: #000000;
/*	text-align: justify;*/
}

/*----------*/

.testobold { 
 	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	color: #000000;
/*	text-align: justify;*/
}

/*----------*/
.testobig {
	font-size: 13pt;
	font-weight: bold;
	font-family: arial;
	color: #000000;
/*	text-align: justify;*/
}

/*----------*/
.testodata { 
 	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	color: #C0C000;
	text-align: justify;
}

/*----------*/

a.red:link {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
} 

/*----------*/

a.red:visited {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

/*----------*/
a.red:hover {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
