
@charset "UTF-8";
/* tinyMCE CSS */

body#tinymce {
text-align: justify;
}

.plainText {
font-size: 1em;
line-height: 1.5em;
text-align: justify;
margin-bottom: 1em;
}

.heading_Colour {
font-size: 21px;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #dedede;
display: block;
}

.subHeading_Colour {
font-size: 14px;
margin-bottom: 0.25em;
display: block;
}


.imageFull {
width: 100%;
height: auto;
float: left;
margin: 15px 0px;
}

.imageLeft {
width: 50%;
height: auto;
margin: 0px 15px 0px 0px;
float: left;
}

.imageRight {
width: 50%;
height: auto;
margin: 0px 0px 0px 15px;
float: right;
}

.imageLeft_noResize {
margin: 0 15px 0 0;
float: left;
}

.imageRight_noResize {
marging: 0 0 0 15px;
float: right;
}
