body 
{
	margin:10px;
	font-family:Arial,Verdana;
	font-size:0.8em;
}

h1
{
	font-size:1.4em;
	margin:0px;
	padding:5px 0px;
}

h2
{
	font-size:1.3em;
	margin:0px;
	padding:5px 0px;
}

#header 
{
    border-bottom:solid 2px #000;   
}

td 
{
	vertical-align:top;
}


#footer
{
	border-top:solid 1px black;	
	font-size:0.9em;	
	padding:4px;
}

#contentpane 
{
	padding:10px 10px;	
	width:auto;
}

TABLE.tabulardata {
	BACKGROUND-COLOR: black;
}
TABLE.tabulardata TR {
	BACKGROUND-COLOR: white
}

TABLE.tabulardata TR.alternateitem {
	BACKGROUND-COLOR:Yellow;
}

TABLE.tabulardata TH {
	BACKGROUND-COLOR: silver;
}


