BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	margin:0px
}

.wrapper {
	width:700px;
	margin:10px 10px 10px 30px;
}

.leftTop {
	float:left; 
	width:300px;
	padding:10px 0px; font-size:10px;
}
.rightTop {
	float:right; 
	text-align:right;
	width:300px;
	padding:10px 0px;
	font-weight:bold;
}
H2 {font-size:11px; margin:5px 0px 5px 0px; background-color:#EEE; padding:3px;}

TABLE.dataTable {
	margin:10px 0px;
	width:100%; border-collapse:collapse;
}
TABLE.dataTable TR TH {border-top:1px solid #000; border-bottom:1px solid #000; font-weight:bold;padding:5px;}
TABLE.dataTable TR TD {
	padding:2px 5px;
	border-bottom:1px solid #000;
}
TABLE.dataTable TR TD.bottomRow {
	border-bottom:none !important;
	font-size:12px;
	font-weight:bold;
	padding:2px 5px;
}
TABLE.dataTable TR TD.bottomRow2 {
	border: 1px solid #000;
	font-size:12px;
	font-weight:bold;
	padding:2px 5px;
}
TABLE.dataTable TR TD.topBorder {border-top:1px solid #000; border-bottom:none !important;}
.rightalign {text-align:right;}


.clear {clear:both;}