﻿body
{
    border: 0;
    padding: 0;
    margin: 0;
    background: #DDDDDD;
}
img
{
    border: 0;
    padding: 0;
    margin: 0;
}
.Header_Banner
{
    border: 1px solid #FFF;
    padding: 0;
    margin: 0;
    width: 1024px;
    height: 75px;
    text-align: left;
    background: url(../images/hdr_grad.gif);
    border-bottom: 1px solid #000;
    background-repeat: repeat-x; 
    color: #FFF;
}
.bar 
{
	background-color: #dddddd;
	position: fixed;
	position: expression("absolute");
	top: expression(offsetParent.scrollTop-.01+(offsetParent.clientHeight-this.clientHeight)+'px');
	width: expression("94%");
	left: 3%;
	right: 3%;
	bottom: 0px;
	overflow: hidden;
	height: 30px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_bar.png);
	background-repeat:repeat-x;
	filter:alpha (opacity=85);
	opacity: 0.85;
}
.BarStyle
{
	font-weight: bold;
	font-family: sans-serif, Helvetica, Arial;
	color: #FFF;
	font-size: 13px;
}
.Header_Banner
{
    border: 1px solid #FFF;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 75px;
    text-align: left;
    border-bottom: 1px solid #000;
    background-repeat: repeat-x; 
    color: #FFF;
}