/* 7/31/10 This file was started by Nora McDougall-Collins. Some of the styles came from styles.css created by the previous developer */

/* ***** TEXT TAG REWRITES ***** */

a:link
{ 
  color: #636466;
}

a:hover
{
  color: #000000;
}

a:visited
{
  color: #636466;
}

/* NAVIGATION STYLES */

/* TEXT CLASS STYLES ***** */

/* From original style.css */
.sideTopics 
{ 
  color: #242424; 
  font-size: 12px; 
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
  line-height: 16px; 
}

a.sideTopics
{
  text-decoration: none;
}

a.sideTopics:hover 
{ 
  color: #000000; 
}

.address 
{ 
  color: #242424; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  line-height: 14px; 
  text-align: center; 
}

.BodyText 
{ 
  color: #242424; 
  font-size: 11px;  /* 10/24/10 changed from 12px */
  font-family: Verdana, Arial, Helvetica, sans-serif 
  line-height: 16px; 
  text-align: left; 
}

a.BodyText
{
  color: #666666;
} /* 10/28/10 */

a.BodyText:hover
{
  color: #000000;
  text-decoration: none;
} /* 10/28/10 */


/* 10/24/10 Name changed from .body */
.BodyBold
{
  color: #242424; 
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 16px; 
  text-align: left; 
  font-weight: bold;
}

a.BodyBold
{
  color: #000000;
}

a.BodyBold:hover
{
  color: #242424;
  text-decoration: none;
}


.homeTopics 
{ 
  color: #242424; 
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif 
  line-height: 16px; 
  text-align: left; 
  text-decoration: none; 
}

.homeTopics a 
{ 
  color: #242424; 
  text-decoration: none; 
}

.homeTopics a:hover 
{ 
 text-decoration: underline; 
}

/* 09-03-10 For Speakers and Candidate Speakers pages */

.SpeakerSpotlightName
{
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
}

.SpeakerTopics
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#000000;
 font-size:11px;
}

.SpeakerTagline
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:10px;
}


/*08-26-10 For EditBio page in Members */

.RedNotes
{
  color:#FF0000;
  font-size:10px;
}

/*Footer Styles 
  08-16-10 */

.FooterLinks
{
  font-size:13px;
  color:#666666;
}

a.FooterLinks
{
  color:#666666;
}

a.FooterLinks:hover, a.FooterLinks:visited
{
  color:#000000;
}
/* 10/17/10 Visited added


/* *** MISC STYLES *** */

.AddRed
{
  color: #CC0000;
} /* 10/20/10 for Speakers page */
