/* CSS Document */ 

.sectionheader_design {
   font-family: Times New Roman;
   font-size:26px; 
   font-weight:bold; 
   
   color:#003399; 
   padding-left:10px;
   text-align:left; 
   } 

.sectionheaderwhite {
   font-family: Times New Roman;
   font-size:18px; 
   font-weight:normal; 
   color:#FFFFFF;
   padding-left:10px;
   text-align:left; 
   } 
   
.sectionheaderblack {
   font-family: Times New Roman;
   font-size:18px; 
   font-weight:normal; 
   color:#000000;
   padding-left:10px;
   text-align:left; 
   } 
   
.sectionheadergreen {
   font-family: Times New Roman;
   font-size:18px; 
   font-weight:normal; 
   color:#006633;
   padding-left:10px;
   text-align:left; 
   } 


.txtwhitesmaller {font-weight:smaller ;color:#FFFFFF;}  /*white*/
.txtbold{font-weight:bold;}

/*colurs */
.txtblack {color:#000000;}  /*black*/ 
.txtwhite {color:#ffffff;}
.txtred   {color:#FF0000;}  /*red*/ 
.txtpink  {color:#FFDEAD;}  /*salmon pink*/      
.txtpurple{color:#663399;}    /*purple*/
.txtnavy  {color: #000099;}   /*navy*/
.txtgreen {color: #33B700;}   /*green*/
.txtpalegreen {color: #339966;}   /*palegreen*/
.txtrussett {color:#990000;}    /*russett*/
.txtyellow {color:#FFFF00;}    /*yellow*/
.txtgrey {color:#404040;}  /*background grey*/ 
.txtgrey {color:#AAAAAA;}  /*dark grey*/ 
 
/*size*/
.txt16{font-size:16px;} 
.txt10{font-size:10px;} 
.txt12{font-size:12px;}
.txt18{font-size:18px;}
.txt26{font-size:26px;} 
.txt30{font-size:30px;} 
.txt35{font-size:35px;}  


/*freshways*/
.txtFresh12{font-family: 'FreshwaysRegular'; font-size:12px; color:#FFFFFF;}
.txtFresh26{font-family: 'FreshwaysRegular'; font-size:26px; color:#FFFFFF;} 

/*text align*/
.txtright{text-align:right};
.txtjust{text-align:justify};


 /*colurs 12*/
.12pink {font-size:12px; font-weight:normal; color:#FF6974;}  /*salmon pink*/   
.12purple  {font-size:12px; font-weight:bold; color:#663399;}    /*purple*/
.12navy {font-size:12px; font-weight:bold; color: #000099;}   /*navy*/
.12green  {font-size:12px; font-weight: bold; color: #336633;}   /*green*/
.12palegreen  {font-size:12px; font-weight: bold; color: #339966;}   /*palegreen*/
.12russett  {font-size:12px; font-weight:bold; color:#990000;}    /*russett*/





.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AAAAAA;
}


.tinyblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0000FF;
}

.ComicGrey {font-family: Comic Sans MS; font-size:16px; font-weight:normal; line-height:100%; color:#666666;}

.ComicLarge {font-family: Comic Sans MS; font-size:30px; font-weight:bold; line-height:100%; color:#666666;}

.ComicBlue {font-family: Comic Sans MS; font-size:15px; font-weight:normal; line-height:100%; color:#0000FF;}

.ComicRussetlarge {font-family: Comic Sans MS; font-size:30px; font-weight:normal; line-height:100%; color:#990000;}

.ComicGreenlarge {font-family: Comic Sans MS; font-size:25px; font-weight:normal; line-height:100%; color:#5BCB41;}

.footnote {font-size:12px; font-weight:normal; color:#000000;}

.keypoint {background-color: #FFFFCC; /*#ECF6FF;*/ font-size:14px; font-weight:normal; color:#000099;  padding-top: 10px; padding-right: 8px; padding-bottom: 15px; padding-left: 8px; border: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.highlight { background-color: #FFFF66; font-weight: bold;}
