.GTable      {
	font-size: 10pt;
	background-color: #CCCCCC;
	border: 1px solid #000000;

}
.RTable      { font-size: 10pt; background-color: #999999;}
.ATable      { font-size: 10pt; background-color: #666666;}
.Table       {
	font-size: 10pt;
	border: 1px solid #000000;

}
a:link       { color: #660000; text-decoration: none; cursor: hand }
a:visited       { color: #666666; text-decoration: none; cursor: hand }
a:active       { color: #660000; text-decoration: none; cursor: default }
a:hover       {
	color: #660000;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
