.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
.contentSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align:left;
}
img, div {
	behavior: url('styles/iepngfix.htc');
}
#overlay {
	background: url(http://www.powweb.com/images/bits/pwcornerbanner.gif) top left no-repeat;
	cursor:pointer;
	cursor:hand;
	height: 105px;
	width: 105px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	visibility: visible;
}
.shadow {
	font: 10pt arial;
	position: relative;
	display: inline;
	z-index: 15;
}
.shadow2 {
	overflow: hidden;
	position: absolute;
	filter: alpha(Opacity=15); /* modify to change the shade 
	solidity/opacity,
	same as below */
	opacity: 0.1; /* firefox 1.5 opacity */
	-moz-opacity: 0.2; /* mozilla opacity */
	-khtml-opacity: 0.1; /* opacity */
	z-index: 10;
}

