HTML, BODY {
	padding: 0px;
	margin: 2px;
}


BODY {font-size:12px;}
h1 {font-size:20px;}
h3 {font-size:16px;}
li {font-size:10.5px;}
hr {background-color:#DCDCDC;}
caption {font-size:14px; font-weight:bold;}

TABLE {
	width: 100%;
	border-width: 1px;
	border-style: solid;
}

TABLE.report {
	width:50%;
	border-style: none;
}

Table.report TD {
	border-style: none;
}

table.footer {
	border: 0;
	border-style: none;
}

TD, TH {
	border-width: 1px;
	border-style: solid;
}

tr.footer {
	border: 0;
	border-style: none;
}

td.footer {
	border: 0;
	border-style: none;
}

TH {
	text-align: center;
	font-size: 11px;
}

.tablehead {
	font-size: 22px;
}

TD {
	text-align: left; 
	font-size:10px;
}

#base  {
 width:100%;
 height:100%;
 text-align: left;
 }
 
#header {
 width:100%;
 height:100%;
 text-align: left;
 }

#footer {
 bottom:0; 
 width:100%; 
 text-align:right; 
}

