/* STYLES FOR HTML */

/* Background html page */
body {
	background: #010A39;
	margin: 0px;
}

/* STYLES FOR FLASH */

/* All links */
a {
	color: #FFCC00;
	text-decoration: underline;
}

/* Homepage Quotes */
.newsSource{
	font-size:10px;
	
	}
	
.newsQuote{
	font-size:15px;
	color: #BA121D;
}

/* Banner links */
.bannerlink {
	color: #00000;
	font-size:14px;
	text-decoration: none;
}
.bannerlinksmall {
	color: #000000;
	font-size:10px;
	text-decoration: none;
}

/* Links in tickets footer */
.footer {
	color: #FFCC00;
	text-decoration: underline;
}

/* Homepage Quotes */
.newsSource{
	font-size:10px;
	color: #FFFFFF;
}

/* Text in popovers */
.popover {
	color: #FFCC00;
	text-decoration: none;
}

/* Text in theatre address */
.theatreAddress {
	color: #FFFFFF;
	text-decoration: none;
}

/* Bold text (common) */
b { color: #FF0000; font-weight: bold }

/* Auditions Bold */
.auditionsBold{
	color: #FFCC00;
	text-decoration: none; 

	font-weight: bold;
}
/* News title */
.newsLink{
	text-decoration: underline; 
	font-size:14px;
	font-weight: bold;
}

/* News date */
.newsDate{
	text-decoration: none; 
	font-size:12px;
}

.faqQuestion{
	font-weight:bold;
	color:#FFCC00;

}

.faqHeader{
	font-weight:bold;
	color:#fff;
	font-size:14px;
}

.faqIndent{
	padding-left:15px;
	padding-top:15px;
}

.faqSection{
	color:#151F53;
	background-color:#ffffff;
	padding:3px;
	width:100%;
	font-weight:bold;
}

.faqQuestionAnchor{
	text-decoration:none;
	font-weight:bold;
}

.dtgfooter{
	background-color:transparent;
	border:medium none;
	color:#FFFFFF;
	font-family:verdana,helvetica;
	font-size:10pt;
	text-align:center;
	margin1:-25px 0px 15px;
}
.dtgfooter a{color:#FFFFFF;}
