/* BLACK HEADING FONT 14pt */

.normhed {font-family: Times, Helvetica, Arial; color: #000000; font-size: 14pt} 
.italhed {font-family: Times, Helvetica, Arial; color: #000000; font-style: italic; font-weight: bold; font-size: 14pt}
.boldhed {font-family: Times, Helvetica, Arial; color: #000000; font-weight: bold; font-size: 14pt}


/* BLACK BODY COPY FONT 12pt */

.normbod {font-family: Times, Helvetica, Arial; color: #000000; font-size: 10pt}
.normbod_small {font-family: Times, Helvetica, Arial; color: #000000; font-size: 8pt}
.italbod {font-family: Times, Helvetica, Arial; color: #000000; font-style: italic; font-size: 12pt}
.boldbod {font-family: Times, Helvetica, Arial; color: #000000; font-weight: bold; font-size: 12pt}


/* WHITE HEADING FONT 14pt */

.normhed_white {font-family: Times, Helvetica, Arial; color: #ffffff; font-size: 14pt} 
.italhed_white {font-family: Times, Helvetica, Arial; color: #ffffff; font-style: italic; font-weight: bold; font-size: 14pt}
.boldhed_white {font-family: Times, Helvetica, Arial; color: #ffffff; font-weight: bold; font-size: 14pt}



/* WHITE BODY COPY FONT 12pt */

.normbod_white {font-family: Times, Helvetica, Arial; color: #ffffff; font-size: 12pt}
.italbod_white {font-family: Times, Helvetica, Arial; color: #ffffff; font-style: italic; font-size: 12pt}
.boldbod_white {font-family: Times, Helvetica, Arial; color: #ffffff; font-weight: bold; font-size: 12pt}




/* USE THIS LINE FOR TEXT LINKS/MENUS/NAVIGATION CURRENT COLOR IS DARK GREY 12pt        */

.menu {font-family: Times, Helvetica, Arial; color: #333333; font-size: 12pt}


/* THIS NEXT STYLE REMOVES UNDERLINES FROM TEXT LINKS EXCEPT                            */
/* WHEN HOVERING OVER THEM. WHEN CREATING A LINK USE THE '.menu'                        */
/* STYLE ABOVE FOR THE TEXT. WHEN YOU CREATE THE 'a href' ANCHORS,                      */
/* THEY WILL BE THE '.menu' color WITH NO UNDERLINES.                                   */
/* IF FOR ANY REASON YOU WANT UNDERLINES, SIMPLY COMMENT OUT THE FOLLOWING STYLE.       */

a,a:visited,a:active {text-decoration:none;}
a:hover {text-decoration:underline;}