	strong {
		font-weight: bolder;
	}
	strong.b {
		font-weight: bolder;
		font-size: larger;
	}
	em {
		font-style: oblique;
	}
a {
	color : #000099;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

a:hover {
	color : #009999;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: #CCCCFF;
}
a:active {
	color : #990099;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:visited {
	color : #000099;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:visited:hover {
	color : #009999;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:visited:active {
	color : #990099;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
	
.note {
	font-style: oblique;
	color: #FF9933;
	font-weight: bolder;

}
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
}

	.wht {color: white}
	.cent {text-align: center}
	.rgt {text-align: right}
	table.grytbl, .grytbl tr, .grytbl tr td {border: #999999;}
	table.seatbl, .seatbl tr, .seatbl tr td {border: #3366CC;}
em.info {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
}
.hidden {
	display: none;
}
