﻿/*******************************************************************************************************************/
/*****************************************************  READ ME!  **************************************************/
/*******************************************************************************************************************

COLORS SPECIFIC TO THIS APPLICATION:
ApplicationColors.css should ONLY contain color changes to styles defined in Enterprise.css, Common.css or 
Conference.css. You SHOULD NOT apply color changes (or other application-specific changes) to other
ApplicationColors.css files in the enterprise.

********************************************************************************************************************/
/*****************************************************  READ ME!  **************************************************/
/*******************************************************************************************************************/


/* 
FOOTER STYLES:
Make the color changes necessary to make the footer styles (defined in Enterprise.css) appear right in THIS application.
*/
.Footer{color:#000000;} /* Default footer text */
a.Footer:visited{color:#BC2026;} 
a.Footer:hover{color:#000000;}
.FooterBold{color:#BC2026;} /* Bold footer text. Typically used for links. */
a.FooterBold:visited{color:#BC2026;}
a.FooterBold:hover{color:#000000;}

