/* CSS Document */
body {
	margin:0px;
	}
	
.bg{
background-image:url(../images/header-frame-bg.gif);
background-repeat: no-repeat;
height:267px;
width:908px;
}

.text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#393939;
}

.bg_color{
background-color:#000000;
}

.bg_color_white{
background-color:#ffffff;
}

.main_text{
font-family:Tahoma;
font-size:12px;
color:#020000;
line-height:18px;
}

.text_red{
color:#ca0000;
}

.heading{
font-family:Tahoma;
font-size:15px;
color:#002280;
font-weight:bold;
}
.links ul{
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	line-height:18px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;

}
.links li{
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;

}
.links a {
	color:#ffffff;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.links a:hover {
	color:#ffe611;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.footer_bg_red{
background-color:#cb0000;
color:#FFFFFF;
font-weight:bold;
height:35px;
}

.footer_links {
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:bold;
}
.footer_links:hover {
	font-family:Tahoma;
	font-size:12px;
	color:#ffe611;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform:uppercase;
	font-weight:bold;
}

.copy_footer_bg{
	color:#ffffff;
	font-size:11px;
	font-family:Tahoma;
	height:37px;
	background-color:#0e2b8d;
}

.gray_links {
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	text-transform:none;
	font-weight:none;
}
.gray_links:hover {
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	text-transform:none;
	font-weight:none;
}


.blue_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#002280;
	text-decoration:underline;
	text-transform:none;
	font-weight:bold;
}
.blue_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#002280;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
}

* html img,
* html .png{
    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 = "blank.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)
    );
}
