/* ***** TAG REWRITES ***** */
body
{
	margin:0;
	padding: 0;
	background: #ffcccc; /* 8/4/11 */
	color: #000000; /* 8/4/11 */
	/* 9/24/11 Added */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
} /* Added 4/17/11 by Nora */

/* ***** ID STYLES ***** */
#Fundraisers
{
	/*text-transform: capitalize;*/
	width: 550px;
	float: left;
	text-align: left;
} /* 4/16/12: Nora added */

/* TITLES */

.PhoneNumber
{
	color:#26625A; 
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
	font-size:20px;
}

.TitleBlack 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.TitleWhite
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
} /* 10/7/10 Added for water content table */

.SubtitleWhite
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
} /* 10/7/10 Added for water content table */


/* *** NAAVIGATION *** */

.BottomLinks
{
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.BottomLinks
{
  color: 000000;
  text-decoration: none;
}

a.BottomLinks:hover
{
  color: #CC3366;
} /* 10/8/10 */


.SideLink 
{  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  text-decoration: none; 
  font-weight: bold; 
  color: #666666;
}


a.SideLink 
{  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  text-decoration: none; 
  font-weight: bold; 
  color: #FFCC99
}

a.SideLink:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #339999}

.Body 
{
	font-size: 12px;
	color: #000; /* 3/1/12 Nora added */
	font-weight: normal;  /* 3/1/12 Nora added */
}
/* 9/24/11: 0 our more values in the body tag rewrite. Only add the changes here. */

a.Body 
{
	color: #000000;
}

a.Body:hover 
{
	color: #339999;
}

.BodyBold 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;  /* 3/1/12 Nora added */
} /* 10/8/10 */

.BodyWhite10
{
	font-size: 10px;
	color: #fff;
} /* 12/2/11 Added to replace font tag on home page */

a.BodyWhite10
{
	color: #fff;
	text-decoration: none;
} /* 12/2/11 Added to replace font tag on home page */

a.BodyWhite10:hover
{
	color: #000;
} /* 12/2/11 Added to replace font tag on home page */

.MusicMonth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #CC0066;

}
.MusicDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0066;
	font-size: 12px;
}

.ArtDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0066;
	font-size: 16px;
}


.BodyBullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	top: 30px;
	line-height: 24px;
}

/* Added 3/29/10 */
a.BodyBullets
{
  color: #000000
}

a.BodyBullets:hover
{
  color: #6633FF;
}


