table.gridtable {
	font-size:11px;
	color:#000;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width:780px;
	}
table.gridtable th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #dedede;
	background-color: #dedede;
	text-align:left;
	}
table.gridtable td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #dedede;
	background-color: #ffffff;
	}
	
