/* 
Note: This body style is defined here just for the CMS WYSIWYG editor. The actual 
body style is overridden with page.css. 
Sitewide.css must come before Page.css!
*/
body		{ margin:0px; font-family:arial,verdana,sans-serif; font-size:11px; color:#333; background-color:#FFF; letter-spacing:1px; }
a			{ color:#F00; font-weight:bold; text-decoration:none; }
a:hover	{ text-decoration:underline; color:#000; }
a img		{ border:none; }
table		{ font-size:100%; letter-spacing:1px; }
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; }
.Header1,.header1		{ font-size:24px/*1.5em150%*/; color:#0F4D2A; }	
.Header2,.header2		{ font-size:15px/*1.3em130%*/; color:#794F2B; }
.Header3,.header3		{ font-size:12px/*1.1em110%*/; color:#000; font-style:italic; }
.Header4,.header4		{ font-size:12px/*1em100%*/; color:#888; }
.Text 		{ color:#333; font-size:12px/*1em*/; }
.SmallText 	{ color:#333; font-size:11px/*.9em*/; }

/*=== E-NEWSLETTER TEMPLATE STYLES ===*/
#enewsletter	{ width:100%; font-size:12px; background:url('http://www.malone.edu/media/enews/bg_stripes.gif') 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; }