BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
	COLOR: #49256F;   /* DARK PURPLE */
	FONT-SIZE: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
}
A:link 		{
	COLOR: #553189;
	text-decoration: none;
}
A:visited 	{
	COLOR: #553189;
	text-decoration: none;
}
A:hover 	{
	COLOR: #990000;
	text-decoration: none;
}
A:active  	{
	COLOR: #553189;
	text-decoration: none;
}
H1 			{	FONT-SIZE: 13px; TEXT-TRANSFORM: uppercase;      
}
H2 			{	FONT-SIZE: 15px; TEXT-TRANSFORM: uppercase;       
}
H3 			{	FONT-SIZE: 17px; TEXT-TRANSFORM: none; font-weight: bold; line-height: 50px;
}
HR {
        COLOR: #CCCCCC; HEIGHT: 1px;                    
}
.mybody {
	margin: 21px;
}
.mybodyBold {
	font-weight: bold;
	margin: 21px;
}
.leftnav {
	font-size: 12px;
	line-height: 30px;
	text-transform: capitalize;
	color: #553189;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	background-image: url(images/leftnav_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	height: 29px;
	width: 190px;
	padding-left: 22px;
}

.underline {
	text-decoration: underline;
}
.artist {
	font-size: 12px;
	line-height: 16px;		
}
.artistName {
	font-size: 12px;
	text-align: right;
	top: 12px;
	right: 12px;
	line-height: 24px;
	text-decoration: none;
	vertical-align: bottom;
	margin-right: 12px;
}
.artistNameBoldCenter {
	font-size: 12px;
	color: #34577a;
	text-align: center;
	font-weight: bold;
}
.artistList {
	font-size: 11px;
	color: #34577a;
	line-height: 17px;		
}
.artistLinks {
	font-size: 12px;
	color: #34577a;
	line-height: 18px;
}
.program {
	font-size: 13px;
	color: #34577a;
	line-height: 18px;
}
.programDate {
	font-size: 14px;
	color: #34577a;
	line-height: 22px;
	text-transform: capitalize;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.special {
	font-size: 12px;
	color: #990000;
	text-align: left;
	font-weight: bold;
}
.Bold {
	font-size: 12px;
	COLOR: #49256F;   /* DARK PURPLE */
	text-align: left;
	font-weight: bold;
}
.BoldCentered {
	font-size: 12px;
	COLOR: #49256F;   /* DARK PURPLE */
	text-align: center;
	font-weight: bold;
}

