.text {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
.text2_underline {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.text3_bold {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
.text3_bold_underline {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
	text-decoration: underline;
}
