﻿<style type="text/css">
table.gridtable {
	font-family: "Times New Roman", Times, serif;
	font-size:10pt;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	}
table.gridtable th {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #666666;
	background-color: #CCCCCC;
}
table.gridtable td {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
</style>