BODY {
	font-family : Arial, Helvetica;
	font-size : 9pt;
}
	.selected {
		color : #ff0000;
	}
	.tree {
		font-weight : bold;
		color : #000000;
	}
	.small {
		font-size : 8pt;
	}
	.here {
		font-size : 8pt;
		color : #ff0000;
	}
	.bar {
		background-color : #f1f0cd
	}
	.white {
		margin-left : 15px;
		margin-top : 0px;
	}
	.superhead {
		font-size : 23pt;
		font-family : Times New Roman;
		font-weight : bold;
	}

TD {
	font-size : 9pt;
}
	.fill {
		background-color : #0000ff;
	}
	.dia {
		background-color : #000000;
		color : #ffffff;
		font-weight : bold;
	}
	.grid {
		border: 1pt solid Black;
	}
	.bar {
		background-color : #f1f0cd
	}

A {
	color : #0000ff;
	text-decoration : none;
}
	.hidden {
		text-decoration : none;
		color : #000000;
	}
	.item:hover {
		color: #ff0000;
		text-decoration: underline;
	}

INPUT.button {
	background-color : #0000ff;
	color : #ffffff;
	font-weight : bold; 
}
INPUT.disbutton {
	background-color : #0000ff;
}