/* STYLES FOR HTML */

/* Background html page */
body {
	background: #010A39;
	margin: 0;
}

/* STYLES FOR FLASH */

/* All links */
a {
	color: #FFCC00;
	text-decoration: none;
}

/* Footer links */

a.dolFooterLink { color: #FFFFFF; }
a.dolFooterLink:hover { color: #FFFFFF;

}


/* 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-size:14px;
	font-weight: bold;
}


/* News title */
.newsLink{
	text-decoration: none; 
	font-size:14px;
	font-weight: bold;
}

/* News date */
.newsDate{
	text-decoration: none; 
	font-size:12px;
}