body
{
	font-family: Verdana, Arial, Helvetica;
	background-image: url('images/sumtextb.jpg');
	color: #000066;
	font-weight: bold;
	font-size: small;
	empty-cells: show;
}
h1
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
	font-size: 24pt;
	text-align: center;
}
h2
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
	font-size: 18pt;
	text-align: center;
}
h3
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
	font-size: 14pt;
	text-align: center;
}
h4
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	text-align: center;
}
h5
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
}
h6
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	text-align: center;
}
BUTTON 
{
	border-style: solid;
	border-width: 1pt;
	font-size: 8pt;
	font-family: Arial, Helvetica;
	font-style: normal; 
}

p
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	text-align: justify;
}
table#data   {
    
	border:thin;
	border-style:ridge;
	width: 80%;
	border: 0;
	margin-left:auto; 
	margin-right:auto;
	
}
th#data       {
	background: #C0C0C0;
	border: thin;
	border-style: ridge;
	font-weight: bold;
	text-align: center;
}

tr#data       {
	border:thin;
	border-style:ridge;
	font-weight:bold;
}
td#data       {
	border: thin;
	border-style: ridge;
	font-weight: bold;
    
}