.menu {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #999999; 
	text-decoration: none
}
a.menu:link { 
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: normal
}
a.menu:visited { 
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: normal
}
a.menu:hover { 
	text-decoration: underline; 
	color: #FFFFFF; 
}

.borderTable{
	border-top: solid #999999 1px;
	border-bottom: solid #999999 1px;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px
}

.sandpit {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 7pt; 
	font-weight: normal; 
	color: #999999; 
	text-decoration: none
}

a.sandpit:link { 
	text-decoration: none; 
	color: #999999; 
	font-weight: normal
}
a.sandpit:visited { 
	text-decoration: none; 
	color: #999999; 
	font-weight: normal
}
a.sandpit:hover { 
	text-decoration: none; 
	color: #FF9900; 
}
-->