/*......................
STYLES FOR THE BC WEB SITE ...................... */
				
/* ......................this is for the text of the page body */			
.text	{		font-size: 10pt;
				font-family: arial;
				text-decoration: none; color: #FFFFFF;}	
a.text:link		{color: #F7C109; text-decoration: none;
				font-weight: bold }
a.text:visited	{color: #FFFFFF; text-decoration: none;
				font-weight: bold }
a.text:active	{color: #FF6600; text-decoration: none;
				font-weight: bold }
a.text:hover	{color: #FF6600; text-decoration: underline;
				font-weight: bold}

/* ......................this is for the top links*/			
.top-link	{		font-size: 10pt;
				font-family: arial;
				text-decoration: none; }	
a.top-link:link		{color: #F7C109; text-decoration: none;
				font-weight: bold }
a.top-link:visited	{color: #F7C109; text-decoration: none;
				font-weight: bold }
a.top-link:active	{color: #F7C109; text-decoration: none;
				font-weight: bold }
a.top-link:hover	{color: #FF6600; text-decoration: bold;
				font-weight: bold}


/* ......................bold black heading for body text */			
.bodheadwh	{		font-size: 10pt;
				font-family: arial;
				text-decoration: none;
				font-weight: bold;
				color: #FFFFFF;}
a.bodheadwh:link		{color: #FFFFFF; text-decoration: none }
a.bodheadwh:visited	{color: #FFFFFF; text-decoration: none }
a.bodheadwh:active	{color: #FFFFFF; text-decoration: none }
a.bodheadwh:hover	{color: #F7C109; text-decoration: none}

/* ......................this is for the text on a dark background*/			
.textwh	{		font-size: 10pt;
				font-family: arial;
				font-weight: bold;
				text-decoration: none;; color: #FFFFFF}	
a.textwh:link		{color: #FFFFFF; text-decoration: none;
				font-weight: bold }
a.textwh:visited	{color: #FFFFFF; text-decoration: none;
				font-weight: bold }
a.textwh:active	{color: #E8CB8E; text-decoration: none;
				font-weight: bold }
a.textwh:hover	{color: #E8CB8E; text-decoration: underline;
				font-weight: bold}

/* ......................heading for pages */			
.pagename 	{		font-size: 12pt;
				font-family: Arial, Verdana, Helvetica, sans-serif;
				text-decoration: none;
				font-weight: bold;; color: #F7C109;}				
a.pagename:link		{color: #F7C109; text-decoration: none }
a.pagename:visited	{color: #F7C109; text-decoration: none }
a.pagename:active	{color: #F7C109; text-decoration: none }
a.pagename:hover	{color: #CC0000; text-decoration: none}

/* ......................another heading in colour */			
.head2 	{		font-size: 12pt;
				font-family: Arial, Verdana, Helvetica, sans-serif;
				text-decoration: none;
				font-weight: bold;; color: #CC9966}				
a.head2:link		{color: #E9BE8F text-decoration: none }
a.head2:visited	{color: #E9BE8F; text-decoration: none }
a.head2:active	{color: #E9BE8F; text-decoration: none }
a.head2:hover	{color: #CC0000; text-decoration: none}


/* ......................Times new roman italic in white*/			
.tnr	{
	font-size: 11pt;
	font-family: "Times New Roman";
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}	
a.tnr:link		{color: #FFFFFF; text-decoration: none;
				font-weight: bold }
a.tnr:visited	{color: #FFFFFF; text-decoration: none;
				font-weight: bold }
a.tnr:active	{color: #FF6600; text-decoration: none;
				font-weight: bold }
a.tnr:hover	{color: #FF6600; text-decoration: underline;
				font-weight: bold}


/* ......................smalltop links on dark background*/			
.smalltop	{
	font-size: 8pt;
	font-family: arial;
	text-decoration: none;
	color: #FFFFFF;
}
a.smalltop:link		{color: #FFFFFF; text-decoration: none }
a.smalltop:visited	{color: #FFFFFF; text-decoration: none }
a.smalltop:active	{color: #E1D0A5; text-decoration: none }
a.smalltop:hover	{color: #E1D0A5; text-decoration: none}

				
/* ......................small text */			
.small	{		font-size: 8pt;
				font-family: arial;
				text-decoration: none;
				color: #FFFFFF;}
a.small:link		{color: #FFFFFF; text-decoration: none }
a.small:visited	{color: #FFFFFF; text-decoration: none }
a.small:active	{color: #AD4500; text-decoration: none }
a.small:hover	{color: #AD4500; text-decoration: none}


.text-bl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.head3 { font-size: 12pt; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: bold;; color: #FFFFFF}

