A:link, A:active
	{
	text-decoration	:	none;
/*	color		:	#CC9900; */
/*	color		:	#CC9966; */
	color		:	#FFCC99;
	background	:	#transparent;
	}
A:visited
	{
   	text-decoration	:	none;
/*	color		:	#CC9900; */
/*	color		:	#CC9966; */
	color		:	#FFCC99;
  	background	:	transparent;
	}	
A:hover
	{
   	text-decoration	:	none;
	color		:	#FF0000;
/*	background	:	#FF0000; */
  	background	:	transparent;
	}

A:link.nzwebz, A:active.nzwebz {
        text-decoration :       none;
        color           :       #666666;
  	background	:	transparent;
}
A:visited.nzwebz {
        text-decoration :       none;
        color           :	#666666;
  	background	:	transparent;
}
A:hover.nzwebz {
        text-decoration :       none;
	color		:	#666666;
  	background	:	transparent;
}

A:link.image, A:active.image {
}
A:visited.image {
}
A:hover.image {
}

.table {  border: 1px #FFCC99 solid}
.tableRight {  border-right: 1px #FFCC99 solid}
/* .tdUpLeft { border-top: #CC9900 1px solid; border-left: #CC9900 1px solid} */
/* .tdDownRight { border-bottom: #CC9900 1px solid; border-right: #CC9900 1px solid} */
 .tdBottom { border-bottom: #FFCC99 1px solid}
/* hr {  color: CC9900} */
