<html>
<head>

<style type="text/css">

body {
	color: #41585D;
	background-color: #FFFFFF;
  	font-size: 8px;
  	font-family: 'Trebuchet MS',verdana, Tahoma, 'Times New Roman';
}

td {
  	font-size: 12px;
  	font-family: 'Trebuchet MS',verdana, Tahoma, 'Times New Roman';
}

a:link {
  	text-decoration: none;
  	color: #000000;
}

a:visited {
  text-decoration: none;
  	color: #000000;
}

a:hover {
  text-decoration: underline;
  	color: #41585D;
}

a:active {
  text-decoration: none;
  	color: #41585D;
}

p {
  	font-size: 12px;
  	font-family: 'Trebuchet MS',verdana, Tahoma, 'Times New Roman';
}

.tdnorm {
  	background-color: #DDDDDD;
} 

.tdheader td {
  	background-color: #AAAAAA;
} 


.gridCell {
  	text-align: center;
  	font-size: 12 px;
  	color: #41585D;
  	font-family: 'Trebuchet MS',verdana, Tahoma, 'Times New Roman';
  	cell-spacing: 5;
} 

.gridCellBig {
  	text-align: center;
  	text-decoration: bold;
  	color:  #41585D;
  	font-size: 22 px;
  	font-family: 'Trebuchet MS',verdana, Tahoma, 'Times New Roman';
  	cell-spacing: 5;
} 

.gridheader {
  	background-color: #AAAAAA;
  	color: #41585D;
  	font-size: 14 px;
  	font-family: 'Trebuchet MS',verdana, Tahoma, 'Times New Roman';
} 


</style>
</head>
</html>