/***********************************************/
/* Corporate colours                           */
/***********************************************/
.scotiared {	color: #f12900	}
.scotiaorange {	color: #ee5a21	}
.scotiablue {	color: #008dcf	}
.scotiapurple {	color: #8516b1	}
.scotiagreen {	color: #838321	}


body, p, td, li {
	color: #333333;
	font-size: 12px;
	font-family: Arial, sans-serif;
	}

/***********************************************/
/* Links                                       */
/***********************************************/
a, a:link, a:visited, a:hover img {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

img {
	border-style:none;
	}

/***********************************************/
/* Headers                                     */
/***********************************************/
h1, h2, h3, h4, h5, h6 {
	font-size: 110%;
	font-family: Frutiger, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.13em;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 12px 0 6px;
	border-bottom: 4px solid #8516b1;
	}

h1 {	font-size: 150%	}

h3 {	
	font-size: 100%;
	letter-spacing:0;
	padding-bottom:0;
	border-bottom:0px;
	
	}

/***********************************************/
/* Lists                                       */
/***********************************************/

/***********************************************/
/* Special Treatments                          */
/***********************************************/

/* Area-specific styles */
#leftnav ul {
	margin: 16px 0 30px 0;
	padding: 0;
	}
#leftnav li {
	font-size: 11px;
	list-style-type: none;
	padding-bottom: 0.5em
	}
#leftnav li a {
	color: #000000;
	text-decoration: none
	}
#contentarea p {
	margin-top: 6px;
	margin-bottom: 12px;
	line-height:1.5em;
	}
#contentarea ul	{
	margin: 0px 5px 7px 0px;
	padding: 0px 5px 7px 0px;
	}
#contentarea li { 
line-height: 1.5em; 
margin:6px 0 0px 1.5em;
padding:0px 0 0px 0px;
		}
#pastarticles li {
	list-style-type: none;
	padding-bottom: 0.25em
	}
#pastarticles li a {
	list-style-type: none;
	padding-bottom: 0.25em;
	text-decoration:none;
	}

#pastarticles li a:hover {
	list-style-type: none;
	padding-bottom: 0.25em;
	text-decoration: underline;
	}
	
.legal {	font-size: 9px;
}
.legal p {
	font-size: 9px;
	line-height: 1.25em;
	margin: 1em 0 0 0;
	padding:0;
}

