/* ************************************************************************************** */
/* This file is used to support the templated js footer for the trademark statement,      */
/* terms of use link and privacy policy link. To enable a per property control            */
/* of the look and feel of the text, this css file contains two css definitions           */
/* referenced by /corp/s_redirs/footer/scripts/footer-mgm.js                              */
/* This file, footer_mgm.css, will reside in the root directory of each property.         */
/*                                                                                        */
/* The properties of each class should be such that the trademark statement will be       */
/* associated with the footertxt1 definition and the links will go with footertxt2. 
/* ************************************************************************************** */
.footertxt1  { font-size : 9px; color : #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif }
.footertxt2  { font-weight: bold; font-size : 9px; color : #CCCCCC; font-family: Verdana, Arial, Helvetica, sans-serif }
a.footertxt2:link  { font-weight: bold; font-size : 9px; color : #CCCCCC; font-family: Verdana, Arial, Helvetica, sans-serif }
a.footertxt2:visited  { font-weight: bold; font-size : 9px; color : #9CF; font-family: Verdana, Arial, Helvetica, sans-serif }
a.footertxt2:hover  { font-weight: bold; font-size : 9px; color : #9CF; font-family: Verdana, Arial, Helvetica, sans-serif }
a.footertxt2:active  { font-weight: bold; font-size : 9px; color : #9CF; font-family: Verdana, Arial, Helvetica, sans-serif }

