@CHARSET "ISO-8859-1";

/*Basic Page Formatting*/
table.t1 {
	border: solid 2px grey;
	margin-bottom: 8px;
	width: 100%;
}

table.t2 {
	width: 100%;
}

table.selectGrid {
	border: solid 2px black;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

h1 {
	display: inline;
	font-size: 1.2em;
}

.fieldNote {
	color: red;
	font-size: 0.6em;
	font-family: Lucida Grande,Lucida Sans Unicode,Tahoma,Verdana;
	white-space: nowrap;
}

.hidden {
	visibility: hidden;
}