@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;
display:inline;
margin:0 0 10px 10px;
}

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

/* Tables used to contain images with captions */
table.boxForImageWithCaption {
clear:both;
float:right;
display:inline;
margin:0 0 4px 10px;
width:220px;
padding:0;
border:0;
}
table.boxForImageWithCaptionFullWidth {
clear:both;
margin:0 0 4px 0;
width:500px;
padding:0;
border:0;
}
	table.boxForImageWithCaption img, table.boxForImageWithCaptionFullWidth img {
	border:0;
	}
	table.boxForImageWithCaption td, table.boxForImageWithCaptionFullWidth td {
	font-size:1.2em;
	margin-bottom:6px;
	color:#999999;
	}
	table.boxForImageWithCaption td p, table.boxForImageWithCaptionFullWidth td p {
	font-size:100%;
	margin-bottom:6px;
	color:#999999;
	}
table.boxForTwoThumbnails {
float:right;
display:inline;
width:220px;
margin:0 0 10px 10px;
border:0;
}
	table.boxForTwoThumbnails td {
	width:110px;
	padding:0;
	margin:0;
	}


