h1, h2, h3, p, body {
	font-family: Arial, Helvetica, sans-serif;
        text-align: left;
}
th {
	text-align: left;
}
.error {
	font-weight: bold;
        color: red;
        margin-top: 2em;
        width: 80%;
        border: 1px dotted red;
        padding: 10px;
}
.notes {
	font-weight: bold;
}
.dates  {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}
.datenotes  {
	text-align: center;
	font-weight: bold;
}
.tixdays  {
	font-size: 90%;
        color: #000000;
}
.navheader  {
	text-align: center;
	font-size: 80%;
        font-weight: bold;
        color: #FFFFFF;
}
.navheader a:link {
	color: #ffffff;
        text-decoration: none;
}
.navheader a:visited {
	color: #ffffff;
        text-decoration: none;
}
table.tixreport {
	border: none; 
        border-collapse: collapse; 
        width: 100%;
	font-size: 80%;
}
td {
	vertical-align: top;
}

input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFE;
}
label.errHilite {
	color: #C00;
}
.sponsors {
	font-size: 80%;
}