.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: justify;
	
}
.DefaultBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
a:link {
	color: #9B449D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #9B449D;
}
a:hover {
	text-decoration: none;
	color: #9B449D;
}
a:active {
	text-decoration: underline;
	color: #9B449D;
}
