@charset "utf-8";
/* CSS Document */
/* ========== fck.css ============
- these are styles that are loaded into the CMS fck editor and are used on the site 
- some are repeated in css/global.css
- this ensure consistency between editor and site
- prefix of 'FCK' means this class style is accessible from fck style list and can be applied to an attribute
- all other classes listed here are to ensure consistency
=====================================
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

p.FCKcontentIntro {
	font-size:13px;
	line-height:19px;
}

h2.FCKcontentH2, h3.FCKcontentH3 {
	font-size:15px;
	font-weight:normal;
	line-height:25px;
	border-bottom:1px solid #999999;
	margin-bottom:5px;
}

div.FCKblockQuote {
	padding:8px 8px 8px 10px;
	margin:10px 0px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
}