a{
	text-decoration:none;
	font-family:arial;
	color:black;
}
a:hover{
	color:red;
	text-decoration:underline;
}
#bottomLinks{
	text-decoration:none;
	font-family:arial;
	font-size:14px;
	color:white;
}

.nav{
	background-color:white;
}
.bodyProp{
	/*background-image:url("images/60original.jpg");*/
	background-color:#CCCC99;
	margin:0px;
}

.mainTable{
	background-image:url("images/60original.jpg");
	!background-color:#C5280F;
	padding:2px;
	border-right: 6px double white;
	border-left: 6px double white;
}

.inner{
	position:relative;
	top:-50px;
	left:140px;
	z-index:0;
	font-size:32px;
	color:black;
	/*#FFAE00*/
}

.outer{
	position:relative;
	z-index:01;
	height:125px; 
	background-color:white;
}

#frontText{
	 margin:15px; 
	 text-align:justify;
	 text-indent:20px;
}

.schedule{
	font-weight: bold;
	font-size:20px;
	text-decoration:underline;
	color:#F40E0E;
}
.sched{
	text-align:center;
}

#eposter, .epost{
	text-align:center;
	color:#9C0707;
	font-weight:bold;
}
#email_s{
	text-align:center;
	color:#9C0707;
	font-weight:bold;
}
#title{
	text-align:center;
	font-size:24px;
	color:white;
}

#featuredArtists{
	background-color:#CCCC99;
	/*background-image:url('images/bgBottom.png');
	background-repeat:repeat-x;*/
	border:2px solid #F4CA0E;
}
#topFeatured{
	background-color:#A1BF84;
}
/*
------------------------------------------
PROGRAM INFORMATION
------------------------------------------
*/
.program{
	background-color:#CCCC99;
	border:2px solid white;
}
.title{
	font-weight:bold;
}
.text {
}

.progTop{
	font-weight:bold;
	font-size:24px;
}

/*
------------------------------------------
PROFILE INFORMATION
------------------------------------------
*/
.profile{
	background-color:#CCCC99;
	border:2px solid white;
}
.style14 {font-style: italic; font-family: "Times New Roman", Times, serif;}
.style15 {font-family: "Times New Roman"}
.textgrey{color:black;}

.artistWarn {
	font-weight:bold;
	font-style:italic;
	font-size:20px;
	color:white;
}
/*
------------------------------------------
Extra File's CSS
------------------------------------------
*/
.extrac{
	background-color:#CCCC99;
	border:2px solid white;
}
.additional{
	font-weight:bold;
	font-style:italic;
	font-size:24px;
}

/*
------------------------------------------
individual PROFILE INFORMATION
------------------------------------------
*/
.profile2{
	background-color:#CCCC99;
	border:2px solid white;
}
.prof2{
	font-weight:bold;
	font-size:24px;
	color:grey;
}

/*
-----------------------------------------------
 CARPET box styles 
-----------------------------------------------
*/
.carpetbg{
	background-image:url("images/carpetBG.png");
	background-repeat: repeat-y;
	margin:20px;
	height:200px;
	color:black;

}
.carpetleft{
	background-image:url("images/rugleft.png");
	background-repeat: repeat-y;
}
.carpetright{
	background-image:url("images/rugright.png");
	background-repeat: repeat-y;
}
.carpetTop{
	background-image:url("images/rugTop.png");
	background-repeat:no-repeat;	
}
.carpetBottom{
	background-image:url("images/rugBottom.png");
	background-repeat:no-repeat;	
}

