a#grc_button:link, a#grc_button:active, a#grc_button:visited {
  display: block;
  width: 300px;
  height: 191px;
  background-image: url('grc2.gif');
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-bottom:0;
}	
a#grc_button:hover {
  background-position: -300px;
  border-bottom:0;
  background-color:#ffffe5;
} 

table.graph {
	margin-left:100px;
}

table.dates {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: outset outset outset outset;
	border-color: green green green green;
	border-collapse: separate;
	background-color: rgb(255, 245, 238);
	margin-left: 200px;
	margin-right: auto;
}
table.dates th {
	width:80px;
	font-size:130%;
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: double;
	border-color: green;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 6px 6px 6px 6px;
}
table.dates th.th2 {
	background-color: rgb(127, 127, 127);
}
table.dates td {
	width:15px;
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: double double double double;
	border-color: green green green green;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 6px 6px 6px 6px;
}

table.dates td.td2 {
	background-color: rgb(255, 255, 150);
	font-weight: bold; 
}
