/* $TopStyle:URL=http://www.boacalgary.com/magazine.css$ */

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
/*padding: 2px;*/
background-color: lightyellow;
visibility: hidden;
z-index: 100;
color: Blue;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

BODY { 
	background-color: #FFFFFF;
	margin: 0pt;
	margin-left: 0pt;
	margin-top: 0pt;
	font-family : Verdana, Arial, Helvetica, Tahoma, sans serif;
	font-size : 8pt;
	color:  #000000;	
}

A {
	font-family : Verdana, Arial, Helvetica, Tahoma, sans serif;
	color: #000000;
	text-decoration : none;
}


A:VISITED{
	font-family : Verdana, Arial, Helvetica, Tahoma, sans serif;
	color: #000000;
	text-decoration : none;	
}


A:ACTIVE{
	font-family : Verdana, Arial, Helvetica, Tahoma, sans serif;
	color: #000000;
	text-decoration : none;	
}


A:HOVER{
	font-family : Verdana, Arial, Helvetica, Tahoma, sans serif;
 	color: Red;
	text-decoration : none;
}


