/* 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: #FFFFFF; text-decoration:none;}
a:hover{color: #CCCCCC; 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;}
.msg{
	text-align:center;
	padding:3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00ff00;
	background-color:#114c2b;
	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;
}
