/*
	-- -- -- -- -- -- --
	jetrun- Layout Based CSS layout
	edited on : 7/13/2009
	-- -- -- -- -- -- --
*/

.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-nowrap {
	white-space:nowrap;
}
