
/* ----- Content styles to be entered into the Komodo CMS ----- */

#pageBody {
	background-color: #FFF;
	font-family: Verdana, Arial, sans-serif;
}


/*

PLEASE NOTE THIS FILE IS NOT USED
THE CONTENT STYLES ARE ENTERED MANUALLY INTO THE KOMODO CMS

TEMPLATE

.exampleClassName {  //ONLY STYLES USED
	font-family:Verdana, Arial, sans-serif;
	font-size:; 
	color:;
	// font-style:; // over-ride default (normal)
	// font-weight:; //set to normal in viewerGeneric
	// if link: rollover color
	// if link: rollover has underline	
}

colours used:
#
#
#

*/


/* ----- HEADINGS ----- */

/*h1 is used by the CMS */

/*heading level 1 - h2*/
.mainHeading {
	font-family:Verdana, Arial, sans-serif;
	font-size:125%;
	color:#000;
	font-weight:bold;
}

/*heading level 2 - h3*/
.subhead_01 {
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	color:#333;
	font-weight:bold;
}

/*heading level 3 - h4*/
.subhead_02 {
	font-family:Verdana, Arial, sans-serif;
	font-size:75%;
	color:#333;
	font-weight:bold;
} 

/*heading level 4 - h5*/
.subhead_03 {
	font-family:Verdana, Arial, sans-serif;
	font-size:75%;
	color:#999;
	font-weight:bold;
}


/* ----- PARAGRAPHS ----- */

/*p*/
.bodytext {
	font-family:Verdana, Arial, sans-serif;
	font-size:75%;
	color:#333;
}

.smalltext {
	font-family:Verdana, Arial, sans-serif;
	font-size:69%;
	color:#333;
}

/* ----- QUOTES ----- */

/*blockquote*/
.introduction {
	font-family:Verdana, Arial, san-serif;
	font-size:100%;
	color:#333;
	font-style:italic;
}