.justified {
	font-family: arial, helvetica, geneva;
	font-size: 10pt;
	font-weight: bold;
	color: #191a8e;
	text-align: justify;
}
.regular {
	font-family: arial, helvetica, geneva;
	font-size: 10pt;
	font-weight: bold;
	color: #191a8e;
}
.red {
	font-family: arial, helvetica, geneva;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}
.red11pt {
	font-family: arial, helvetica, geneva;
	font-size: 11pt;
	font-weight: bold;
	color: red;
}
.8pt {
	font-family: arial, helvetica, geneva;
	font-size: 8pt;
	font-weight: none;
	color: #191a8e;
}
.12pt {
	font-family: arial, helvetica, geneva;
	font-size: 12pt;
	font-weight: bold;
	color: #191a8e;
}
.white {
	font-family: arial, helvetica, geneva;
	font-size: 8pt;
	font-weight: none;
	color: white;
	text-decorations:none
}



a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}



