/*********** Web Design By ***********/
/* Dave Heppenstall - Heppenstall.ca */
/* E-mail dave AT heppenstall DOT ca */
/*************************************/

a.anchor {
	display:			block;
	float:				left;
	width:				285px;
	height:				105px;
	padding:			0px 0px 0px 0px;
	margin:				0px 0px 0px 0px;
	background-repeat:	no-repeat;
	font-size:			12pt;
	font-weight:		bold;
	text-decoration: 	none;
	text-indent:		110px;
	line-height:		75px;
	background-color: 	#FFFFFF;
	border:				5px outset #3555A2;
	opacity:			0.7;
	filter:				alpha(opacity=70);
}
a.anchor:hover {
	border:				5px inset #7EBB80;
	opacity:			1.0;
	filter:				alpha(opacity=100);
}

div.index_bar_shadow {
	position:			absolute;
	top:				111px;
	left:				0px;
	width:				100%;
	height:				23px;
	background-color:	#000000;
	opacity:			0.2;
	filter:				alpha(opacity=20);
	font-size:			1pt;
}