@charset "utf-8";
/* CSS Document */

* 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)
);
}


*{margin:0px; padding:0px;}

.fl{float:left;}
.fr{float:right;}
.clr{clear:both;}
.tl{ text-align:left;}
.tc{ text-align:center;}
.tr{ text-align:right;}

img{border:none;}

body{font-family: Arial;font-size:13px;font-weight:normal;text-decoration:none;color:#3E3E3E; background: url(../images/page-bg.jpg) repeat-x top #FCFCFC;}

body a:hover {text-decoration: underline;color:#1F57A6;}
body a{text-decoration: none;color:#A40008;}
#container{ width:930px; margin:0 auto;}
	.header-bg{ background:url(../images/design_05.jpg) no-repeat; width:930px; height:255px; margin-top:32px;}
	.header-bg p{ font-size:14px; font-weight:bold; color:#F3F3F3; padding:180px 0px 0px 52px;}
	.box-bg{ background:url(../images/box-mid-bg.png) repeat-y; width:891px; margin-left:19px;}
	h1{ font-size:16px; font-weight:bold; color:#B50000;}
	h3{ font-size:15px; font-weight:bold; color:#0C4D97; padding-top:5px;}
	.small{ font-size:13px; color:#3E3E3E; line-height:22px;padding:11px 0px 22px 0px;}
	.box-bg2{ background:url(../images/mid-bg2.png) repeat-x; height:418px; width:847px;}
	.box-bg2 table tr td{ font-size:14px; color:#0C4D97; line-height:28px; font-weight:bold;}
