.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bolder;
	font-variant: small-caps;
	color: #CC0033;
}
.ButtonText {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0033;
	text-decoration: underline;
	width: 20px;
	text-align: center;
}
.ButtonCell {
	margin: 0px;
	padding: 0px 0px 3px;
	color: #CC0033;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	width: 100px;
	background-color: #F4BA09;	
}
.VisitedButtonCell {

	margin: 0px;
	padding: 0px 0px 3px;
	color: #0000FF;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	width: 100px;
	background-color: #FFFEF0;
}
.PtcBgColour {
	color: #FFFEF0;
}
BODY { background-color: #FFFEF0; }

bgcolor { color: #FFFEF0;
}