/* By default, brand-specific CSS files import the corresponding CSS document
 * from /brands/default/css and then use !important styles to override colors.
 * To maintain styles not related to brand colors, look for the file in
 * /brands/default/css.
 * 6/29/2009 - EAK
 */
@import url('/brands/default/css/customer_service.css');
@import url("contact.css"); /* customer_service.css will import the default brand of this file as well. */

h2						{ color: #CC0000 !important; }
