/**
 * @version		$Id: xhtmlfixer.css 0001 2007-11-23 $
 * @copyright	Copyright (C) 2007 Federico Filipponi. All rights reserved.
 * @license		GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */

img.alignleft, table.alignleft {
	float: left;
}

img.alignright, table.alignright {
	float: right;
}

img.aligntop {
	vertical-align: top;
}

img.alignbottom {
	vertical-align: bottom;
}

img.alignmiddle {
	vertical-align: middle;
}

table.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

div.alignleft, p.alignleft {
	text-align: left;
}

div.alignright, p.alignright {
	text-align: right;
}

div.centered, p.centered {
	text-align: center;
}

div.justified, p.justified {
	text-align: justify;
}