/*----------------------------------------------------------------------*/
/* Do Not change any of the styles above the double row of stars.       */
/*----------------------------------------------------------------------*/
/* Font Family: Set Global CLF standard font family for all group tags	*/
/*----------------------------------------------------------------------*/
 body {
		background:	white;
		color: 		black; 
		margin-top:	0px;
		margin-left:	5px; }
	
a:link { color:		green; }
a:visited { color:	purple; }
a:active { color:	blue; }

 a,address,blockquote,body,cite,dd,dl,dt,ol,p,
	div,span,table,td,th,tr,ul
    {	font-family: arial, helvetica, sans-serif; }
		/*font-size: 10pt; } */

  h1,h2,h3,h4,h5,h6
    {	font-family: arial, helvetica, sans-serif; }

/*------------------------------------------------------------------------------*/
/* When you use text in table cells to produce the navigation buttons, all of  	*/
/* these styles are used on the top navigation bars and are required to remain 	*/
/* CLF compliant.								*/
/*------------------------------------------------------------------------------*/
/* Button Text: Set the standard CLF Style for ALL top navigation button text  	*/
/*------------------------------------------------------------------------------*/
  a.BlackNav,a.BlackNavF,a.InstitutionalNav,td.BlackNav,td.BlackNavF,
	td.InstitutionalNav {	
					color : #FFFFFF;
    				font-weight : bold;
    				text-decoration : none;}

/*------------------------------------------------------------------------------*/
/* Button Text: Only used on black "Site du Canada" and "Contactez-nous"	*/
/* navigation buttons, to compensate for the length of text 			*/
/*------------------------------------------------------------------------------*/
  td.BlackNav  	{ padding-left 		: 2px;}

  td.BlackNavF 	{ ; }

/*------------------------------------------------------------------------------*/
/*  Button Background Colour: Set the background colour to black.  		*/
/*  The top row of buttons must have a black background. 			*/
/*------------------------------------------------------------------------------*/
  a.BlackNav,a.BlackNavF,td.BlackNav,td.BlackNavF
		{ background-color	: #CC0000; }   /* Black */

/*------------------------------------------------------------------------------*/
/*  Suppress the underlines on the links in the text versions of the templates  */
/*------------------------------------------------------------------------------*/
  	a.supplink 				{ text-decoration : none; }

/*------------------------------------------------------------------------------*/
/*  Accessibility Issue - Font Size: Default Browser IE - Internet Explorer 	*/
/*  Should someone have their javascript turned off, the browser detect script	*/
/*  won't work so for a default, set font size for an Internet Explorer browser */
/*  During an Internet Explorer browser session you can enlarge the text 	*/
/*  using View then Text size on the menu bar and choosing the desired font 	*/
/*  size.  The styles below maintain the page integrity.		 	*/
/*------------------------------------------------------------------------------*/
	a.BlackNav,a.InstitutionalNav,
	td.BlackNav,td.InstitutionalNav			{ font-size : 10pt; }
	td.BlackNavF                        { font-size : 9pt; }

/********************************************************************************/
/********************************************************************************/
/*------------------------------------------------------------------------------*/
/* When using tables and text (not images) for navigation buttons, 		*/
/* Institutional Navigation buttons: to modify the button colour change the 	*/
/* background colour from #FF0000 (Red) to ......   (both places)              	*/
/*------------------------------------------------------------------------------*/
  td.InstitutionalNav { background-color: #006600; /*Green*/ }

  a.InstitutionalNav  { background-color: #006600; /*Green*/
                        color           : #FFFFFF;
                        font-weight     : bold;
                        text-decoration : none;}

  td.InstitutionalNav { padding-left 	: 2px; }

/*------------------------------------------------------------------------------*/
/*  The date and the linked words in the footer should be smaller in size       */
/*------------------------------------------------------------------------------*/
	.PageFooter 			{ font-size : 8pt; }

/*------------------------------------------------------------------------------*/
/*  The required element styles	for the longer French buttons on the black nav  */
/*------------------------------------------------------------------------------*/
	a.BlackNavF { 
				font-size : 83%;
				vertical-align: text-bottom;
				text-align: center}
				
				
  a.InstitutionalNavPad { 
  				color : #FFFFFF;
				font-weight : bold;
				text-decoration : none;
				font-size : 10pt;
				background-color: #FF0000;
				padding-left: 2px }
				
  a.BlackNavPad { 
  				color : #FFFFFF;
				font-weight : bold;
				text-decoration : none;
				background-color : #000000;
				font-size : 10pt ;
				padding-left: 2px }

.alignright { text-align: right }

.aligncenter { text-align: center }

.alignrightFooter { text-align: right; font-size: 8pt }

.Title { font-size : 14pt; }

.BlackNavFCN { 
				color : #FFFFFF;
				font-weight : bold;
				text-decoration : none;
				background-color : #000000;
				font-size : 83%;
				vertical-align: text-bottom;
				text-align: center }

.textcolour {	color: #009933; }	/*Green*/

.large { font-size:	12pt; }

.larger { font-size: 14pt; }

.largest { font-size: 16pt; }

.small { font-size:	8pt; }

.smaller { font-size:	6pt; }

.smallest { font-size: 4pt; }

.draft {	color:	red;
			font-size:	6pt; }
			
.textcenter { text-align:center }