* html img,
* html .png {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "/images/_.gif") :
            '') :          
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}
#bespeakIntro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bespeakIntro h1{
	font-size: 18px;
	font-weight: bold;
}
#bespeakIntro h2{
	font-size: 14px;
	font-weight: bold;
}
#bespeakIntro td{}
#bespeakIntro p{}
#bespeakIntro .whiteLabel {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F0EB80;
	border-left-color: #F0EB80;
}
#bespeakIntro td h1, #bespeakIntro td h2{
	margin: 0px;
	padding: 0px;
}
#bespeakObjectives {
	background-image: url(images/bespeak-objectives-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 70px;
	width: 740px;
	clear: both;
	margin: 0px auto 0px auto;
}
#bespeakObjectives .bpOleft, #bespeakObjectives .bpOright{
	text-align: center;
	display: block;
	width: 290px;
	padding: 0px;
}
#bespeakObjectives .bpOleft{
	margin: 8px 0px 0px 0px;
	float: left;
}
#bespeakObjectives .bpOright{
	margin: 14px 0px 0px 0px;
	float: right;
}
#bespeakObjectives a{
	text-decoration: none;
	color: #662E8F;
}
#bespeakObjectives a:hover{
	text-decoration: underline;
}
.wLtop{
	background-image: url(images/bespeak-whitelabel-top-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.wLbtm{
	background-image: url(images/bespeak-whitelabel-btm-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#bespeakHomeLeft{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 243px;
}
#bespeakHomeRight{
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 495px;
}
#bespeakHomeLeft img, #bespeakHomeRight img{
	margin: 0px 0px 3px 0px;
}