@charset "utf-8";
/* Global */
body, html { padding: 0; margin: 0; }
body { background: #fff url(images/background.jpg) repeat-x; font: 14px Georgia, "Times New Roman", Times, serif; color: #385367; }
a { color: #000; }
a:hover { color: #385367; text-decoration: none; }
#content { background: #fff url(images/bodybg2.jpg) repeat-y; }
#contenttop { background: url(images/bodybg-top.jpg) no-repeat; padding: 15px; }

/* Text */
p { font: 14px Georgia, "Times New Roman", Times, serif; line-height: 25px; margin: 0; padding: 10px 0 10px 0;  }
ul { font: 14px Georgia, "Times New Roman", Times, serif; }

/* Other */
#news {list-style-image:url(images/ico-pdf.png)}

/* PNG Fix */
* 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)
);
}
