<STYLE type="text/css"> 

body { font-family: arial, helvetica, sans-serif;  font-size: 12px;  }

td { font-family: arial, helvetica, sans-serif;  font-size: 12px; }

menu { font-family: verdana; font-size: 8pt; color: black }

a:link {color: #0000FF;  font-family: Verdana; text-decoration: none}

a:visited {color: #CC3300;  font-family: Verdana; text-decoration: none} 

a:active {color: #FF00FF;  font-family: Verdana; text-decoration: none} 

A:hover {text-decoration: none; font-weight:bold}

.cc-container
	{
	display: table;
	border-width: thin;
	border-style: solid;
	}      
.cc-row
	{
	display: table-row;
	}      
.cell
	{
	display: table-cell;
	width: 50px;
	height: 50px;
	border: 1px solid blue;
	padding: 1em;
	}
.cc-cell1
	{
	display: table-cell;
	border-width: thin;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	}
.cc-cell2
	{
	display: table-cell;
	border-width: thin;
	border-style: solid;
	text-align: center;
	font-weight: normal;
	font-size: 10pt;
	}


</STYLE>