/* NEED TO SET FONT SIZE FOR EVERY POSSIBLE TYPE OF TAG THAT CAN BE ADDED VIA THE TEXT EDITOR */
/* THIS INCLUDES TABLE TAGS, BODY (FOR WHEN THERE IS NO TAG), ETC */

/* NEED TO ENSURE THAT EACH TAG ALSO HAS A STYLE (SEE BELOW) */

body, td, th, p, ul, ol, input, textarea, select, div
{
	font-size: 11px;
}

/* 'H1 P' etc NEEDED AS TEXT EDITOR CAN PUT <P> TAGS INSIDE HEADER TAGS */

h1, h1 p {font-size: 16px;}
h2, h2 p  {font-size: 13px;}

/************** FIXED FONT SIZES ************************************************************************************************************************/

p.navigationLevelOne {font-size: 12px;}								/* main navigation */
p.navigationLevelOneOn {font-size: 12px;}							/* main navigation */
p.navigationLevelTwo {font-size: 11px;}								/* level two navigation */
p.navigationLevelTwoOn {font-size: 11px;}							/* level two navigation */
p.navigationLevelTwoOff {font-size: 11px;}							/* level two navigation */
L3navigation {font-size: 11px;}										/* level three navigation */
.navFooter, .navFooterHome {font-size: 11px;}						/* footer in navigation column */