.Regular { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;  }
.Link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: normal; color: #EE0000; font-style: normal; }
.SmallLink { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; font-weight: normal; color: #EE0000; font-style: normal; }
.Big { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #000000; color : #000000; }
.Small { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #000000;  }
.MonoSpaced { font-family: Courier New, Courier, monospace; font-size: 12px; text-decoration: none; color: #000000;  }
.Price { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: bold;  }
.SalePrice { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; color: #EE0000;  }
.Heading { font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: none; font-weight: bold; color: #333333;  }
.White { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #FFFFFF;  }
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #FFF; }
/*td { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
tbody {}
pre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}*/
.mceVisualAid { border: 1px dashed #BBBBBB; }
.ZoomThumb { font-style: normal; }
.SlideshowFolder { font-style: normal; }
.VoucherTo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none;}
.VoucherType { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-decoration: none; font-weight: bold;}
.VoucherID { font-family: Courier New, Courier, monospace; font-size: 12px; text-decoration: none;}
.VoucherDate { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none;}

/* Global align classes */
.left {
	text-align: inherit;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.full {
	text-align: justify
}

/* Image and table specific aligns */
img.left, table.left {
	float: left;
	text-align: inherit;
}
img.center, table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
}
img.center {
	display: block;
}
img.right, table.right {
	float: right;
	text-align: inherit;
}