body {
	margin:0; padding:0; text-align:center;
}
div,td,th,span,a,li,p {
	font-size:12px; line-height:18px; font-family:arial;
}
ul, li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
img {
	border:0;
}
a{
	text-decoration:none;
	-o-text-overflow:ellipsis; text-overflow: ellipsis; white-space: nowrap; 
	overflow: hidden;
}
.space3 {
	font-size:3px; 
	line-height:3px; 
	clear:both;
}
.space6 {
	font-size:6px; 
	line-height:6px; 
	clear:both;
}
.space8 {
	font-size:8px; 
	line-height:8px; 
	clear:both;
}
.space10 {
	font-size:10px; 
	line-height:10px; 
	clear:both;
}
.space15 {
	font-size:15px; 
	line-height:15px; 
	clear:both;
}
.space20 {
	font-size:20px; 
	line-height:20px; 
	clear:both;
}
.clr {
	clear:both; 
	font-size:0; 
	line-height:0; 
	height:0px; 
	overflow:hidden;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.tcenter{
	text-align:center;
}
.tright{
	text-align:right;
}
.bold{
	font-weight:bold;
}
.mcenter{
	margin:0 auto;
}
.pad5{
	padding:5px;
}
.bgTrans{
	background:transparent;
}