.textUnderline { text-decoration: none; }
.borderAll { border:1px solid #000; }
.floatLeft { float:left; }
.clearBoth { clear:both; }
.marginBottom10 { margin-bottom:10px; }
.marginTop10 { margin-top:10px; }
.marginTop20 { margin-top:20px; }
.textCenter { text-align:center; }
.textLeft { text-align:left; }
.textRight { text-align:right; }
.marginLRAuto { margin-left:auto; margin-right: auto; }
.marginTBAuto { margin-top:auto; margin-bottom: auto; }
.widthFull { width:auto; }
.colorRed { color: #f00; }
.fixTableLayout { table-layout: fixed; }
.fixTdLayout { word-wrap:break-word; }
.blackbox table tr td.colorDarkRed {
	color: #F00;
	font-weight:bold;
}