* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(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/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
a:link, a:visited{color:#cccccc; text-decoration:none;}
a:hover{color: #FFFFFF; text-decoration:underline;}
 @media print {
    #container{ width:600px !important; margin:0px  !important; }
  }
.grey{color:#CCCCCC;}
.yellow{color:#FFFF00;}
.black{color:#000000;}
.orange{color:#FF9900;}
.white{color:#FFFFFF;}
.green{color:#339900;}
.err_msg, #err_msg{ /* styling for form validation error messages */
	padding: 0 0 3px 0;
	clear:left;
	float:left;
	font-size:small;
	font-weight: bold;
	color:#CC0000;
	vertical-align: top;
}
.msg{
	text-align:center;
	margin:3px;
	padding:3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	
}
.rqd {
	color: #990000;
	width: 30px;
	vertical-align:top;
	text-align: center;
	padding-top: .3em;
}
input.text, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	font-size:1em;
	border:1px solid #333366;
	padding-left: .2em;
}