a:link, a:active, a:visited {
color: #669933; 
text-decoration: none}

a:hover {
color: #669933; 
text-decoration: underline}

body {
background-image: URL(bg1.gif);
background-repeat: repeat-x}

.text {
font-family: Verdana;
font-size: 70%;
color: #000000;
font-weight: normal}

.textheading {
font-family: Verdana;
font-size: 70%;
color: #000000;
font-weight: bold}

.button {
	background: #669933;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: Bold}
	
.GridTable{
	caption-side : top;
	border-top:1px solid black;
	border-left:1px solid black;
	margin-left:0px;
	margin-top:15px;
	width: 98%}
	
.GridTable thead  td,th{
	border-right:1px solid black;
	border-bottom:1px solid black;
	font-size:100%;
	padding:5px;
	text-align:left}

.GridTable tbody  td,th{
	border-right:1px solid black;
	border-bottom:1px solid black;
	font-size:100%;
	padding:5px;
	text-align:left}

.GridTable tfoot td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:5px;
	font-size:70%}
