.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.bgWhite {
	background-color: #FFF !important;
}
.bgYellow {
	background-color: #FF0 !important;
}
 
.borderSolid {
	width:290px;
	margin-bottom: 10px;
	border: 1px solid #444;
	background-color: #FFF;
}
.bottomSolid {
	border-bottom:solid 2px #444;
}
.bottomThick {
	border-bottom:solid 3px #444;
}
.colorBlack {
	color: #333333 !important;
	background-color: transparent;
}
.indent10 {
	padding-left: 10px;
}
.fontSize90 {
	margin:0 auto;
	width:281px;
	line-height:1.4em;
	font-size: 80%;
	background-color: #FFF;
}
.fontSize90 caption {
	text-align: left;
	padding: 5px;
	}
.fontSize90 th {
	padding: 3px 6px 3px 6px;
	font-weight: bold;
}
.fontSize90 td {
	padding: 3px 6px 3px 6px;
}
.noWrap {
	white-space: nowrap;
}
.topSolid {
	border-top:solid 1px #444;
}
