TD 
	{
		color : Black;
		font-family :  Arial, sans-serif;
		text-align: left;
	}

H2 
	{
		font-size: 14pt;
		color: Black;
	}

H3
	{
		font-size: 13pt;
		color: Black;
	}

H4
	{
		font-size: small;
		font-variant: small-caps;
		font-weight: bold;
		color : Black;
	}

A
	{
		text-decoration: none;
		color: #FF0033;
	}

A:Hover 
	{
		text-decoration: underline;
		color: #0000FF;
		font-weight: bold; 
		font-size: 11pt;
			}

A:Link
	{  
		text-decoration: none;
		color: #FF0000;
		font-weight: bold; 
		font-size: 11pt;
	}

A:Active
	{
		color: #FF0000;
		font-weight: bold;
		font-size: 11pt;
	}
			 
A:Visited
	{  
		color: #FF0000;
		font-weight: bold;
		font-size: 11pt;
	}

HR 
	{
		color: blue;
		height: 1pt;
	}
			
BODY 
{ 
		background: url(images/new/canadaback.jpg);
		color : Black;
		font-family :  Arial, Helvetica, sans-serif;
		text-align: justify;
		color:Black;
} 
 
div.Section1
	{
		page:Section1;
	}
