.DefaultPage
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: normal;
}

.Quote
{
	font-weight: normal;	
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	text-align: justify;
}

.Footer
{
	font-weight: normal;
	font-size: 0.6em;
	color: gray;
	font-family: Verdana, Arial, sans-serif;

}

.NavBar
{
	font-weight: bold;
	font-size: 0.8em;
	color: black;
	font-family: Verdana, Arial, sans-serif;
}

.SectionHeading
{
	font-weight: bold;
	font-size: 1.1em;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
}

.SectionHeadingSub
{
	font-weight: bold;
	font-size: 1.0em;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
}

.Performers
{
	font-weight: normal;
	font-size: 0.9em;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
}

.BioNames
{
	font-weight: bold;
	font-size: .8em;
	margin-left: 15px;
	color: black;
	line-height: 10px;
	font-family: Verdana, Arial, sans-serif;
}


.CalendarMonth
{
	font-weight: bold;
	font-size: 1.4em;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
}

.CalendarTimes
{
	font-weight: bold;
	font-size: 0.8em;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
}

.CalendarEvents
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: normal;
}

.TableGridHeading
{
	font-weight: bold;
	font-size: 0.8em;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #cccccc;
}

.NewsItem
{
	font-style:italic;
}

a.NavLink:link
{
	color: blue;
	text-decoration: none;
}	
		
a.NavLink:visited
{
	color: blue;
	text-decoration: none;
}	
		
a.NavLink:active
{
	color: #990033;
	text-decoration: none;
}	
		
a.NavLink:hover
{
	color: #990033;
	text-decoration: underline;
}
