body { margin-top: 0; margin-bottom: 0; margin-left: 20px;}
div, td, p, span { margin: 0px; font-family: trebuchet ms, tahoma, sans-serif; font-size: 11px; line-height: 14px; }
a { text-decoration: none; }
a.menu { color: black; }
a.menu:hover { color: maroon; }
.style1 {font-size: 9px}
.text4 {  color: #252525;  }
.text7 { color: #363636; }
.style2 {font-size: 9px; color: #666666; }
input, textarea { width: 140px; border: 1px solid gray; color: gray; font-size: 11px;}
* html img/**/ {
	filter:expression(
			this.pngLoaded
			? "" :
			(
				this.src.substr(this.src.length-4)==".png"
				?
				(
					(!this.complete)
					? "" :
						this.runtimeStyle.filter=
						("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
						(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
						String(this.pngLoaded=true).substr(0,0)+
						(this.src="/images/blank.png").substr(0,0)
				)
				:
				this.runtimeStyle.filter=""
			)
		);
}
.style3 {color: #333333}
.style5 {color: #333333; font-size: 10px; }

.heading2 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
a { color: maroon; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }