/* CSS Document */
/* thanks to Zoe Gillenwater, "Visual Formatting", MXDJ May 2004 */
body {
	/* page defaults - no margins */
	margin: 0;
	padding: 0;
	/* page defaults - prefer Times New Roman/Arial */
	font-family:Times New Roman, Arial, sans-serif;
	/* works around a bug in some browsers */
	font-size: 100.01%;
}

table {
	/* ensures (we hope) that tables inherit font size properly */
	font-size: 1.0em;
}

div.clear {
	/* used for forcing page elements to include floats -
	   put this after the floating div and before the end
	   of the parent element */
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}
td#leftBody {
	width: 530px;
	text-align: left;
	vertical-align: top;
	padding-left: 12px;
}
td#rightBody {
	width: 210px;
}
td#rightTopBody {
	width: 210px;
	height: 85px;
}
td#footer {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}