@charset "UTF-8";

* 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 = "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='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

A { font-size:11px;
	color: none;
	text-decoration : none;
}
A:LINK {font-size:11px; 
		color : black;
		text-decoration : none;
}
A:ACTIVE { color : cc0000; 
text-decoration : none;
}

A:VISITED {text-decoration : none; }
A:HOVER {text-decoration:underline}

body {
	font-size:11px;font-family:arial,helvetica,sans-serif;color:000000;margin-top:4px;margin-bottom:0px;
	}
h1 { font-size:14px;font-family:arial,helvetica,sans-serif;color:999966;margin-top:4px;margin-bottom:0px;}	
h2 { font-size:12px;font-family:arial,helvetica,sans-serif;color:000000;margin-top:4px;margin-bottom:0px;}	
h3 { font-size:14px;font-family:arial,helvetica,sans-serif;color:000000;margin-top:4px;margin-bottom:0px;}	
p{ font-size:11px;font-family:arial,helvetica,sans-serif;color:000000;margin-top:4px;margin-bottom:0px;}	
.title { font-size:14px;font-family:arial,helvetica,sans-serif;color:999966;margin-top:4px;margin-bottom:0px; font-weight:bold}	
.subtitle { font-size:12px;font-family:arial,helvetica,sans-serif;color:000000;margin-top:4px;margin-bottom:0px; font-weight:bold}	



.foot{ font-size:9px;font-family:arial,helvetica,sans-serif;color:000000;}	
 
