﻿/*	Stylesheet for WYSIWIG editor */

/*  Included before layout.css
	Sets default content styles for WYSIWIG editor AND live site
*/

/* reset formatting for cross-browser compatibility */
p,
ul, li,
h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}

/* headings */

h1 {
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#004C92;
	margin-bottom: 1em;
}

h2 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#244B8D;
	margin-bottom: 1em;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #244B8D;
	margin-bottom: 1em;
}

h4 {
	font: 12px Arial, sans-serif;
	font-weight: bold;
	color: #666666;
}

h5 {
	font: 10px Arial, sans-serif;
	font-weight: normal;
	color: #666666;
}


/* paragraphs */

p {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color:#666666;
	margin: 0.5em 0;
}

/* table cells (only text colors) */

td {
	font: 11px Arial, Helvetica, sans-serif;
	color:#666666;
}

/* links */

a:link, a:visited, a:active {
	text-decoration:none;
	color:#004B92;
}
a:hover { text-decoration: underline; }

/* lists */

ul {
	list-style-type:none;
	margin: 0;
	padding:0;
	margin-left: 8px;
	margin-bottom: 0.5em;
}
ul li {
	padding-left: 12px;
	background: url(/01/images/icons/maincontent_listbullet.gif) no-repeat left 4px;
}




