.normal {
	
}
.headline {
	font-weight:bold;
	font-size:107%;
	color:#003f5f;
}

.sixtyFour {
	font-size: 64px;
}

/* font styles for Tiny_MCE */
/* these must be changed in globalscreen.php, editor.css, and also /modules/tiny_mce/tiny_mce/themese/advanced/editor_template_src.js */

.fsize1 { font-size: 10px; }
.fsize2 { font-size: 12px; }
.fsize3 { font-size: 14px; }
.fsize4 { font-size: 16px; }
.fsize5 { font-size: 18px; }
.fsize6 { font-size: 20px; }
.fsize7 { font-size: 24px; }

.25timeRoman {
font-family:Times New Roman;
	font-size:25px;
	color:#330000;
}

.Candara {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}
.TimeNewR {
	font-family:Times New Roman;
	font-size:25px;
	color:#660000;
}
.HomeText {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}
.TimeNew12B {
font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-style:bold;
}
.TimeNew12L {
	font-family:"Times New Roman";
	font-style:italic;
	font-size:16px;
	color:#000000;
}

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