BODY {font-weight: normal; 
		  font-size: 9pt;
		  line-height: 12pt; 
		  font-family: helvetica; 
		  font-variant: normal;
		  font-style: normal;
		  border-width: thin;
		  color: darkgreen;
	}

TABLE {font-weight: normal; 
		  font-size: 9pt;
		  line-height: 12pt; 
		  font-family: helvetica; 
		  font-variant: normal;
		  font-style: normal;
		  background-color: #FFFFE2;
		  color: darkgreen; 
		  border-width: 0px; 
		  border-spacing: 2px;
		  border-style: none;
		  border-color: darkgreen;
		}

TD {
		  border-width: 1px; 
		  border-spacing: 0px;
		  border-style: inset;
		  border-color: darkgreen;
		  background-color: #FFFFE2;
		}

A:link {
		text-decoration: none;
		font-weight: normal;
		color: darkgreen;
	}

A:visited {
		text-decoration: none;
		font-weight: normal;
		color: darkgreen;
	}

A:active {
		text-decoration: none;
		font-weight: normal;
		color: darkgreen;
	}

A:hover {
		text-decoration: none;
		font-weight: bold;
		color: darkgreen;
	}
