body {
	background-color: #f8f8f8;
}

table#centerTable {
	background-color: #fff;
	border: 1px dashed #999;
}

td.textcell {
	/* font settings */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	padding-left: 8px;
}

td.textcell small {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: grey;	
}

td a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

td a:hover {
	text-decoration: none;
	color: red;
	font-weight: bold;
}

td a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

