.blocktable {
	background-color: #ededed;
	border: solid 2px #c2c2c2;
}

.greytable {
	background-color: #c2c2c2;
	padding: 0px;
}

.headcell {
	background-color: #fefefe;
	padding: 5px;
}

.lightgreycell {
	background-color: #ededed;
	padding: 5px;
}

.darkgreycell {
	background-color: #dddddd;
	padding: 5px;
}

.lightgreycellextrapad {
	background-color: #ededed;
	padding: 8px;
}

.darkgreycellextrapad {
	background-color: #dddddd;
	padding: 8px;
}

.tablelinks {
	color: #330066;
	text-decoration: none;
}
.tablelinks:hover {
	color: #CC0066;
}

.yellowboxlink {
	color: #330066;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../images/p-submenubg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.yellowboxlink:hover {
	color: #0033ff;
	background-image: url(../images/p-submenubg-over.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.newsmenulink { 
	font-size: inherit;
	color: #330066;
	text-decoration: none; }
.newsmenulink:hover {
	color: #CC0066;
}



