﻿table.items 
{
	background:white;
	border:none;
	padding:0px;
	font-style:italic;
	font-weight:bold;
}

tr.row
{
	border-bottom:solid 3px Black;
}

td.grouphdr 
{
	background-color:cornflowerblue;
	font-weight: bold;
}

td.grouphdrt 
{
	background-color:midnightblue;
	font-weight: bold;
        font-size:150%;
        padding:5px;
        color:white;
        text-align:center;
 	font-family:serif;
}

td.label
{
	font-weight:bold;
	font-style:normal;
	text-align:left;
}

td.entry
{
	font-weight:normal;
	font-style:normal;
	text-align:left;
}


