a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
td, div, .normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.large {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #C1131E;
}
.seat {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #C1131E;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #EEEEEE;
	color: #000000;
	width: 250px;
	border-width:;
	border: 1px solid #333333;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #EEEEEE;
	color: #000000;
	border-width:;
	border: 2px outset;
	cursor: pointer;
	cursor: hand;
}
.button_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #C1131E;
	color: #FFFFFF;
	border-width:;
	border: 2px outset;
	cursor: pointer;
	cursor: hand;
}
.border {
	border:1px solid #D0A660;
}
.seat {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
ul {
	font-weight:normal;
	Padding:0px 0px 0px 0px;
	margin:3px 0px 0px 10px;
	}
li {
	font-weight:normal;
	list-style-type:square;
	list-style-position:outside;
	margin:3px 0px 0px -7px;
	Padding:0px 0px 0px 0px;
	color:#000000;
	}
	
/* new styles from tarik */
h1.header {font-family:times, serif; font-size:22px; color:#000066; font-style:normal; text-decoration:none; font-weight:normal; margin-bottom:0px}
	
h3.subheader {font-family:times, serif; font-size:14px; color:#003399; font-style:normal; text-decoration:none; font-weight:bold;margin-bottom:0px; margin-top:8px}