body, td, th { /* redundant rules for bad browsers  */
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    small
	}
html>body, html>body td, html>body th {
	font-size:    small;
	}
#docContentLeft {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding: 10px 2% 10px 2%;
	margin: 10px 1% 10px 2%;
	border: 1px dotted #ccc;
	width: 48%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 45%;
	}
html>body #docContentLeft {
	width: 41%; /* ie5win fudge ends */
	}
#docContentRight {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding: 10px 2% 10px 2%;
	margin: 20px 2% 20px 1%;
	border: 1px dotted #ccc;
	width: 48%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 45%;
	}
html>body #docContentRight {
	width: 41%; /* ie5win fudge ends */
	}

