.tNormal {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:14px;
	text-decoration:none;
	color:black;
}
.tSmall {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:12px;
	text-decoration:none;
	color:black;
}
.tNormalWithRightSpace {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:14px;
	text-decoration:none;
	color:black;
	padding-right: 15px;
}
.tSmallWith15ptsPaddingRight {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:12px;
	text-decoration:none;
	color:black;
	padding-right: 15px;
}
.tSmallShiftLeft {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:12px;
	text-decoration:none;
	color:black;
	margin-left: -18px;
	padding-right: 3px;
}
