/* CSS Document */

/* All pages on RRCA except menus, topbars and newspage use this code. CGI-BIN database files have their own CSS. */

<style type="text/css">

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #f9f3c3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;	
}
a {
	font-size: 12px;
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #00FFFF;
}
a:link {
	color: #FF00FF;
}
#title {
	position:absolute;
	left:1px;
	top:1px;
	width:99%;
	height:176px;
	z-index:2;
	background-color: #F9F3C3;
}
/* "#content" frame is used in each document separately */
#blurb {
	position:absolute;
	left:1px;
	top:190px;
	width:99%;
	height:1406px;
	z-index:2;
	background-color: #F9F3C3;
}
.concertReviewStyle {
    color: #000000;
	font-size:12px;
}
.topTitleStyle {
	color: #CC3300;
	font-size: 24px;
}
.contentHeaderStyle {
    color: #000000;
	font-weight: bold;
	font-size:16px;
}
.newsHighlight {color: #FF0000}
.reviewBold {
	color: #0000FF;
	font-weight: bold;
}
.blackHeaderStyle {
	color: #000000;
	font-size: 18px;
}
.styleTitle {
    font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.concertGradeStyle {
	color: #FF0000;
	font-weight: bold;
}

</style>

