td {font: 12px Arial;}
input {font: 10px Arial;}
select {font: 10px Arial;}
.normal {font: 10px Arial;}
.tagline {font: 10px Arial;}
.normalhead {font: 18px Arial;}
.superhead {font: 29px Arial;}
.bottommenu {font: 10px Arial;}
.normalbold {font: 12px Arial; font-weight: bold;}
.smalljustify {font: 10px Arial; text-align: justify}
a {color: #FFFFFF; text-decoration: none;}
img {border: 0px;}
a:hover {color: #FFFFFF; text-decoration: underline;}
* 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)
    );
}