@CHARSET "utf-8";

/* 
Note: This body style is defined here just for the CMS WYSIWYG editor. The actual 
body style is overridden with layout_content.css. 
cms_sitewide.css must come before layout_content.css, when inserting <link> tags in document head.
*/
body	{ color:#333; background:#F2E2D0; padding:0px; font-family:verdana,arial,sans-serif; font-size:11px; }
a	{ color:#002B55; text-decoration:none; }
table	{ font-size:100%; }
a:hover	{  }
a img		{ border:none; }
h1,h2,h3,h4,h5,h6		{ margin:0px; padding:0px; }

/*=== STYLES ACCESSED BY ADMIN WYSIWYG EDITOR ===*/
.Header1,.Header2,.Header3,.Header4	{ margin:0px; padding:0px; font-weight:bold; }
h1,.Header1,.header1		{ font-size:140%/*1.5em150%*/; color:#000; display:block; margin-top:15px; margin-bottom:5px; }	
h2,.Header2,.header2		{ font-size:120%/*1.3em130%*/; color:#333; }
h3,.Header3,.header3		{ font-size:13px/*1.1em110%*/; color:#666; }
h4.Header4,.header4		{ font-size:12px/*1em100%*/; color:#888; }
.Text 		{ color:#333; /*font-size:100% 1em*/; }
.smalltext, .SmallText 	{ color:#555; font-size:10px/*.9em*/; }

/*=== E-NEWSLETTER TEMPLATE STYLES ===*/
#enewsletter	{ width:100%; font-size:12px; background:url('') repeat-x top left; }
#enewsletter table td	{ font-size:12px; }
#enewsletter hr	{ background-color:#404F62; color:#404F62; width:98%; border:none; }
#enewsletter .pagetitle	{ color:#404F62; font-size:28px; font-weight:normal; font-family:times,serif; text-transform:capitalize; }
#enewsletter .pagetext	{ padding:5px; width:580px; }
