/* 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/contact.css');
h3							{ color: #CC0000 !important; }
#contactForm_continueLink	{ color: #CC0000 !important; }

