td.menuon {
	background-color:#F0F0F0;
	color: #FFFFFF;
	DISPLAY: block;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px;
	WIDTH: 143px;
	CURSOR: hand;
	COLOR: #333333;
	TEXT-INDENT: 6px;
	BORDER-BOTTOM: #ffffff 1px solid;
	FONT-FAMILY: tahoma;
	HEIGHT: 20px;
	TEXT-DECORATION: none;
}
td.menuoff {
	background-color:#FFFFFF;
	color: #000000;
	DISPLAY: block;
	FONT-SIZE: 11px;
	WIDTH: 143px;
	CURSOR: hand;
	COLOR: #666666;
	TEXT-INDENT: 6px;
	BORDER-BOTTOM: #f5f5f5 1px solid;
	FONT-FAMILY: tahoma;
	HEIGHT: 20px;
	TEXT-DECORATION: none;
}
.table {
	border:1px solid #999999;
	border-collapse:collapse;
	font-family:arial, sans-serif;
	font-size:80%;
}
textarea {
	border-right:#666666 1px double;
	border-top:#666666 1px double;
	border-left:#666666 1px double;
	border-bottom:#666666 1px double;
	font-size:8pt;
	font-family:tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#CCCCCC;
	font-weight: normal;
}
INPUT {
	color:#000000;
	background-color:#CCCCCC;
	border-bottom:#666666 1px double;
	border-right:#666666 1px double;
	border-top:#666666 1px double;
	border-left:#666666 1px double;
	font-family:tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
SELECT {
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	8pt;
	color:#000000;
	background-color:#CCCCCC;
	font-weight: normal;
	BORDER-RIGHT: #666666 1px double;
	BORDER-TOP: #666666 1px double;
	BORDER-LEFT: #666666 1px double;
	BORDER-BOTTOM: #666666 1px double;
}
.comments {
	FONT-SIZE: 1em;
	PADDING-BOTTOM: 5px;
	COLOR: #cc0033;
	PADDING-TOP: 4px;
}
.comments A:link {
	FONT-WEIGHT: normal;
	COLOR: #999933;
	TEXT-DECORATION: none;
}
.comments A:visited {
	FONT-WEIGHT: normal;
	COLOR: #990000;
	TEXT-DECORATION: none;
}
.comments A:hover {
	COLOR: #cc0033;
	TEXT-DECORATION: none
}
.comments A:active {
	COLOR: #cc0033;
	TEXT-DECORATION: none
}
img.presenter {
	margin: 0 0 10px 0;
}
/**************** Paragraphs *****************/
p {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-align: left;
	text-decoration: none;
}
/**************** Headings *****************/
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: blue;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	text-align: left;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #F60;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	text-align: left;
	text-decoration: none;
}
/**************** Tables *****************/
table.schedule {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
td.time {
	width: 95px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 1px 1px 1p 1px;
	text-align: center;
	text-decoration: none;
}
td.artist {
	width: 275px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 1px 1px 1p 1px;
	text-align: left;
	text-decoration: none;
}
td.time-details {
	width: 95px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 1px 1px 1p 1px;
	text-align: center;
	text-decoration: none;
}
td.artist-details {
	width: 275px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 0 0;
	padding: 1px 1px 1p 1px;
	text-align: left;
	text-decoration: none;
}
/******************* Unordered Lists *********************/
.arrow-list {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.arrow-list li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #c74301;
	background: url(../images/common/arrow.gif) no-repeat left 0px;
	padding-left: 12px;
	margin-bottom: 0px;
	margin-left: 7px
}
/******************* Rollovers **************************/
a {
   outline: 0;
}
