@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;
}


img {
	border:0px;
}

p {
	margin:0px;
	padding:8px 0px 3px 0px;
	line-height:14px;
}

p.FCKcontentIntro {
	font-size:14px;
	line-height:18px;
}

p.FCKcontentIntroWhite {
	font-size:12px;
	line-height:18px;
	color:#FFFFFF
}

h2.FCKcontentNormal {
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 17px 0px;
	color:#0095DA;
}

h3.FCKcontentNormal {
	font-size:12px;
	font-weight:normal;
	padding:0px;
	margin:15px 0px 0px 0px;
	color:#0095DA;
}

div.FCKblockQuote {
	padding:8px 8px 8px 10px;
	margin:10px 0px;
	background-color:#001D49;
	border:1px solid #F8CD33;
	color:#FFFFFF;
}

p.FCKquote {
	font-size:15px;
	color:#ECBF00;
	line-height:1.2em;
}

p.FCKquotefrom {
	font-size:10px;
	color:#FFFFFF;
}

span.FCKblack {
	color:#000000;
}
span.FCKblueLarger {
	color:#0095DA;
	font-size:12px;
}
span.FCKgrey {
	color:#666666;
}
span.FCKwhite {
	color:#FFFFFF;
}

p.FCKwhite {
	color:#FFFFFF;
}

ul
{
	margin:0px;
}