/*	
	Everything defined in thise stylesheet will be displayed in the CMS WYSIWYG editor. 
	All standard HTML elements should be defined here as well as any custom classes that
	we want the users to have access to from the - Styles - dropdown.  This stylesheet
	should be included on the front end before any other stylesheets.
*/
/* RESET - zero out html elements to reduce browser inconsistencies */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp, span
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:12px;font-weight:inherit;}
legend{color:#000;}
/* SET STANDARD ELEMENTS - reset html elements to fit our site */
body  { 
	background-color:#FFF; 
	font:62.5% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
}
strong, b { font-weight:bold; }
em, i { font-style:italic; }
ul, ol { margin:10px 0; padding-left:25px; }
ul li ul, ol li ol {margin:0;}
a { color:#009; }
a:hover { color:#009; }
th { font-weight:bold; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

h1 { font-size:24px; font-weight:normal; line-height:25px; margin:0 0 10px; }
h2 { font-size:21px; font-weight:normal; line-height:22px; margin:0 0 8px; }
h3 { font-size:18px; font-weight:normal; line-height:19px; margin:0 0 6px; }
h4 { font-size:16px; font-weight:normal; line-height:17px; margin:0 0 4px; }
h5 { font-size:14px; font-weight:normal; line-height:15px; margin:0 0 2px; }
h6 { font-size:12px; font-weight:normal; line-height:13px; }
/* CUSTOM STYLES THAT USERES CAN USE */

