body
{
	margin: 0px;
	background-color:white;
	font-family: Arial;
	font-size: 10pt;
}

.Category 
{
	background-color:#C0C0C0;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt; 
	color:#000000;
	padding:5px;

}
.Item
{
	font-family: Arial; 
	font-size: 10pt; 
	color:#000000;
	padding:5px;

}
.Header
{
	font-family: Arial; 
	font-size: 10pt; 
	color:#000000;
	padding:5px;
	font-weight: bold;
	padding-bottom:10px;
	text-align: center; 

}


