a:link { color : #FFFF99; text-decoration: none; background-color : inherit; } 
a:visited { color : #FFFF99; text-decoration: none; background-color : inherit; }
a:hover { color : #CC3333; text-decoration: none; background-color : inherit; }  
/* a:active { background : yellow; text-decoration: none; background-color : inherit; } */
/* .portal a:link { color : #FFFF99; text-decoration: none; background-color : inherit; } */

/* colors
  yellow FFFF99
	red CC3333
	blue 0000EE
	purple 9900CC
*/

body {
  color: #CCCCCC;
  background: #000000;
  /* background-image: url(images/pattern4.jpg); */
  margin: 5px 3px;
  padding: 0px 0px 0px 0px;
}

.portalBlurb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
	color: #CCCCCC; /* #ADADAD; */
  /* font-weight: bold; */
}

.scheduleText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
	color: #CCCCCC;
  margin: 0 0 0 0;
}

.scheduleSubheadingText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
	color: #CCCCCC;
  margin: 4px 0 0 0;
}

.bodyText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
	color: #CCCCCC;
}

.linkListItem {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	color: #CCCCCC; /* #ADADAD; */
  padding: 2px 0px 2px 2px;
}

.headlineText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #4F4F4F;
  margin: 0px 0px 4px 0px;
	line-height: 100%;
}

.galleryHeadlineText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #5B5B5B;
  padding: 16px 0px 0px 0px;
	line-height: 100%;
}

.displayText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
	line-height: 100%;
}

.captionText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.galleryNavBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px 0px 10px 0px; /* was 40 on top */
	line-height: 180%;
  a:link { color : #CC3333; background-color : inherit; } 
  a:visited { color : #9900CC; background-color : inherit; } 
  a:hover { color : #CC3333; background-color : inherit; }  
}

.galleryContent {
}

.navBarTextTop {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 2px 20px 0px 20px;
  a:visited { color : #0000EE; background-color : inherit; }
  /* font-weight: bold; */
}

.heading1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #003300;
}

.heading2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #003300;
}

.footerText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

