	body {
		margin: 0px 0px 10px 0px;
		font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		/* I don't like including font-size here, but if the WYSIWYG misses out a <p> tag, we need to ensure consistency */
	}
	h1, h2, h3, h4 {
		font-weight: normal;
		margin: 0em auto 0.5em auto;
		color:#EF008C;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
	p {
		font-size: 13px;
		line-height: 1.2em;
		margin: 0em auto 0.5em auto;
	}
	a, a:link {
		color: #EF008C;
		/*xfont-weight: bold;*/
		text-decoration:none;
	}

	
	/* TinyMCE uses this stylesheet, so any styles it requires should be included: */
	
	.highlight	{
		color:#000;
		background-color: #f1f1f1;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		padding-top: 10px;
		border:1px solid #c1c1c1;
	}	
	
	.content_highlight {
		background:#c00070 url(/img/bk_content_highlight.gif) repeat-x bottom;
		color:#fff;
		font-weight:bold;
		padding:8px;
		padding-bottom:21px;
	}
	
	.content_highlight a ,.content_highlight a:link {
		color:#fff;
		text-decoration:underline;
	}
	
	div.clear {
		clear: both;
	}