/* ----------------- basic set of styles ----------------- */
*
{
	margin:0px;
	padding:0px;
}
body, table
{
	font-family:Arial,Helvetica,Sans Serif;
	font-size:13px;
}
.clearer {clear:both;}
img {border:0;}



