.TextAlignCenter { text-align: center; }
.TextAlignRight {text-align: right;}
.Comment { font-size: 11px;	color: #594224;}
.Superscript { font-size: 7px; text-transform: capitalize; vertical-align: text-top;}
.MoreLink a { text-decoration: none; font-weight: bold; }
.MoreLink a:hover {  text-decoration: none; color: #476b90; font-weight: bold; }
.BacktoTop a { font-size: 11px; margin-top: 5px;}
.BacktoTop a:hover { color: #476b90; }

/*Table Styles*/
.TableGeneral { width: 500px; padding: 2px; }
.TableGeneralBorder { width: 500px;	padding: 2px; border: 1px solid #997B53;}
.TableCenter { padding: 2px; text-align: center; }
.TableCellIcon { width: 25px;}
.TableCellIconRight { width: 475px;}
.TablePadding { width: 500px; padding: 5px;}
.TableHeaderCell { font-weight: bold;	background: #81a0c0; color: #ffffff; padding: 2px;}
.TableColoredCell { background-color: #f8f1e4;}
.PaddingBottom {padding-bottom: 10px; width: 475px;}
.PaddingBottomIcon {padding-bottom: 10px; width: 25px;}

/* Padding Styles */
.PaddingLeft { padding-left: 10px; }