.alignLeft {
	width: 130px;
	text-align: left;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 90%;
	height: 170px;
	float: none;
}
.AlignCenter {
	text-align: center;
	width: 130px;
	margin-left: 10px;
	float: left;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 90%;
}
.AlignRight {
	margin-left: 10px;
	float: left;
	width: 130px;
	text-align: center;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.HdrNameFormat {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

