/* 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: 12px;
}

/* 'H1 P' etc NEEDED AS TEXT EDITOR CAN PUT <P> TAGS INSIDE HEADER TAGS */

h1, h1 p {font-size: 18px;}
h2, h2 p  {font-size: 16px;}
h3, h3 p {font-size: 14px;}

p.footer {font-size: 11px;}

/************** FIXED FONT SIZES ************************************************************************************************************************/

div.levelOneNavigationINNER {font-size: 13px;}						/* main navigation */
ul.subnavigationONWithL3 {font-size: 12px;}							/* 2nd level navigation */
ul.subnavigationONNoL3 {font-size: 12px;}							/* 2nd level navigation */
ul.subnavigationOFFWithL3 {font-size: 12px;}						/* 2nd level navigation */
ul.subnavigationOFFNoL3 {font-size: 12px;}							/* 2nd level navigation */
ul.L3navigation {font-size: 11px;}									/* 3rd level navigation */

td.headerLinks {font-size: 12px;}									/* links in header */
input.fieldSearch {font-size: 12px;}								/* search in header */
input.buttonSearch {font-size: 12px;}								/* search in header */
select.quickLinks {font-size: 12px;}								/* search in header */
h2.onthispage {font-size: 15px;}									/* table of contents title */	
ul.onthispage {font-size: 12px;}									/* table of contents bullets */

div.newsTextHomePageInside h3 {font-size: 14px;}					/* news left column content */
div.newsTextHomePageInside p {font-size: 12px;}						/* news left column content */

div.homePageRightColumnContentInside div {font-size: 12px;}			/* home page right column content */
div.homePageRightColumnContentInside div p {font-size: 12px;}		/* home page right column content */
div.homePageRightLinksInside {font-size: 12px;}						/* home page right column links */
