/* 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/404notFound.css');
h2						{ color: #002D6A !important; }
#staticContentCntr a	{ color: #002D6A !important; }


