
table
{
	border: 0px groove;
	border-collapse: collapse;
}

td
{
	border: 0px;
}


th
{
}


.rowTable
{
	border:		1px outset #D4D0A8;
}

.rowTable TD
{
	border-top: 1px solid #D4D0C8;
	padding:	3px;
}

.rowTable TH
{
	text-align:			left;
	border-bottom:		1px outset #F7F7F7;
	background-color:	#EEEEEE;
}

.greyHover
{
	background='#eeeeee';
	cursor:		pointer;
	text-decoration: underline;
}

.white
{
	background='#ffffff';
}

.alignLeft
{
	text-align:left;
}

.alignCentre
{
	text-align:center;
}

.tdLink
{
	text-decoration: underline;
}