
table td {
	padding:						0.1em;
	text-align:						right;
	vertical-align:					bottom;
}
table td.tBold {
	font-weight:					bold;
}

table td.firstCol {
	text-align:						left;
}

table td.underline {
	border-bottom:					1px solid #373737;
}

table td.wunderline {
	border-bottom:					1px solid #FFF;
}

table td.indent {
	text-indent:					1em;
}
table td.indent2 {
	text-indent:					2em;
}
table td.indent3 {
	text-indent:					3em;
}
table td.indent4 {
	text-indent:					4em;
}

table td.small{
	font-size:						10px;
	line-height:					1.2em;
}

table td.small sup{
	font-size:						10px;
}

table.tables td{ color: #252525; }
table.special td { font-size: 12px; }
table.special td.small { font-size: 11px; }
table.special td { padding: 0 3px; }


