/* CSS Document */

<!--
.arial {
	font-family: Arial;
	font-size: 12px;
	text-transform: none;
	line-height: 15pt;
}
.boxarial {
	font-family: Arial;
	border: 1px solid #000036;
	padding: 4px;
	font-size: 12px;
}
.boxarialCopy {
	font-family: Arial;
	padding: 4px;
	font-size: 12px;
	border-top: 1px solid #FB7200;
	border-right: 1px solid #FB7200;
	border-bottom: 1px solid #FB7200;
	border-left: 1px solid #FB7200;
}

.boxarialsmall {
	font-family: Arial;
	border: 1px solid #000036;
	padding: 4px;
	font-size: 11px;
}
.seat {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FB7200;
	border-right-color: #FB7200;
	border-bottom-color: #FB7200;
	border-left-color: #FB7200;
}-->
