@charset "utf-8";
/* CSS Document */

img { behavior: url("http://www.kiligfactory.com/global/templates/css/iepngfix.htc") }

body { 
	background-color:#d7d7d7;
	background:url(images/LM_bg.jpg) top center no-repeat; 
	padding:0; 
	margin:0;
	height:700px;
	}

.pngBg{
behavior: url("iepngfix.htc");
}


input{
border:0 none;
outline:none;
background:none;
}

.widgets_descriptor {
	width:350px; 
	height:350px; 
	padding-top:129px;
	padding-left:50px;
	}
	.widget_title {
		width:320px;
		height:50px;
		padding-left:30px;
		font-family:Arial, Helvetica, sans-serif;
		color:#28316d;
		font-size:22pt;
		font-weight:bold;
		}
		.descriptor_content {
		width:320px;
		height:300px;
		padding-left:30px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:10pt;
		}
	
	
/*fonts*/
.f1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt;
    color:#28316d; 
	font-weight:bold;
	}
	.f1 a:link { color:#28316d; text-decoration:none; }
	.f1 a:visited { color:#28316d; text-decoration:none; }
	.f1 a:active { color:#28316d; text-decoration:none; }
	.f1 a:hover { color:#28316d; text-decoration:none; }
	
.f2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt;
    color:#000000;
	}
	.f2 a:link { color:#000000; text-decoration:none; }
	.f2 a:visited { color:#000000; text-decoration:none; }
	.f2 a:active { color:#000000; text-decoration:none; }
	.f2 a:hover { color:#000000; text-decoration:none; }
	
.f3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#005b7f;
	}
	
.f4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	color:#790000;
	}
	
.f5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#790000;
	}
* 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 = "clear.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)       );

}
