body {

	font-size: 160%;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	background-color: Black;
	color: Yellow;
	
}


a:link,a:active {
	color:#00FFFF;
}

a:visited{
	color:#00CCFF;
}
td {
	font-size: 120%;
}
/* Added testing validation 23-Apr-2009 DP */
#content td.validationCell{
	font-style:normal;
	font-weight:bold;
	background-color: black;
	color: white;
	padding-left: 4px;
}
#content strong.validationStar{
	/*font-style:normal;*/
	font-weight:bold;
	background-color: black;
	color:white;
}
/* testing pipe spacer class to separate links with more than whitespace 06_07_2006 DP */
.linkSpacer {
	padding: 0;
	margin:: 0;
	color:#05010C;
	display: inline;
}
/* end of testing pipe spacer class to separate links with more than whitespace 06_07_2006 DP */


