/* CSS Document */
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	text-align: justify;
	top: 5px;
	letter-spacing: 0.1em;




}
.bRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	text-align: right;
	top: 5px;
	letter-spacing: 0.1em;


}
