.Normal
{
	;
}
.Totals
{
	background-color:"#660000";
	font-weight:bold;
	font-size:"110%";
	color:white;
	height:"auto";
}
TD.Even
{
	background-color:"#99cc99";
}

TD.Odd
{
	background-color:"#ffff99";
}

TR.Odd
{
	background-color:"#ffff99";
}

TR.Even
{
	background-color:"#99cc99";
}

TR.Footer
{
	background-color:"#660000";
	color:"White";
	font-weight:bold;
}

TH
{
	background-color:"#660000";
	color:"#ffff99";
}

TABLE.FullWidth
{
	width:"100%";
	padding:"1";
	spacing:"1";
	border:0;
}

TABLE.Select
{
	width:95%;
	text-align:center;
	font-family: Arial; 
    font-size: 11pt; 
}

TABLE.SmallText
{
	font-family:Verdana,Arial;
	font-size: 10pt;
}

TD
{
	vertical-align:top;
}
