@charset "utf-8";
/* Styles available to editors */
p {
}
h1 {
}
h2 {
}
h3 {
}

/* Bold and italicised text */
.boldtext {
font-weight:bold;
}

.italictext {
font-style:italic;
}

.bolditalictext {
font-weight:bold;
font-style:italic;
}

/* Floats images without captions to the right */
img.imageright {
float:right;
margin:0 0 10px 10px;
}

/* Floats images without captions to the left */
img.imageleft {
float:left;
margin:0 10px 10px 0;
}

/* Tables used to contain images with captions */
table.boxForImageWithCaption {
clear:both;
float:right;
margin:0 0 4px 10px;
width:240px;
padding:0;
border:0;
}
table.boxForImageWithCaptionFullWidth {
clear:both;
margin:0 0 4px 0;
width:520px;
padding:0;
border:0;
}
	table.boxForImageWithCaption img, table.boxForImageWithCaptionFullWidth img {
	/*border:0;*/
	}
	table.boxForImageWithCaption p, table.boxForImageWithCaptionFullWidth p {
	font-size:1.1em;
	margin:0 0 6px 0;
	color:#999999;
	}

