body {
margin: 0px;
background-color:#BF9240;
background-image: url(../images/.gif);
background-repeat: no-repeat;
font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
filter:alpha(opacity=100);
}
.header {
background-image: url(../images/header.gif);
background-repeat: no-repeat;
background-color:#333333;
color: #333333;
}
.shadeLft {
background-image: url(../images/shadeLft.gif);
background-repeat: repeat-y;
background-color:#BF9240;
color: #333333;
}
.shadeRgt {
background-image: url(../images/shadeRgt.gif);
background-repeat: repeat-y;
background-color:#BF9240;
color: #333333;
}
.footer {
background-image: url(../images/footer.gif);
background-repeat: no-repeat;
background-color:#BF9240;
color: #333333;
}
.data {
background-image: url(../images/dataheader.jpg);
background-repeat: repeat-x;
background-color:#507BBF;
color: #ffffff;
font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
font-size:9px;
}
.bar {
background-image: url(../images/bar.gif);
background-repeat: repeat-x;
background-color:#507BBF;
color: #ffffff;
font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
font-size:9px;
border-top: 1px;
border-color: #333333;
}
.barhead {
color: #ffffff;
font: 10px/16px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-weight: normal;
}
.services {
background-color:#507BBF;
color: #ffffff;
font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
font-size:11px;
}
.copy {
background-color:#BF9240;
color: #333333;
font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
font-size:9px;
}
a.copy {
font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
font-size:9px;
font-weight:normal;
color: #333333;
padding: 5px;
border-left: 0px solid #dcdcdc;
border-bottom: 0px solid #000000;
}
a.copy:visited {
font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
font-size:9px;
font-weight:normal;
text-decoration: none;
color: #333333;
border-left: 0px solid #dcdcdc;
border-bottom: 0px solid #000000;
}
a.copy:hover {
font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
font-size:9px;
font-weight:normal;
text-decoration:underline overline;
color: #ffff00;
padding: 5px;
border-left: 0px solid #dcdcdc;
border-bottom: 0px solid #000000;
}


.overflowBox {
height:310px;
width:400px;
overflow:auto;
border:0px solid #cccccc;
}
.ag-innerBox{
position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
top:0px;
left:0px;
float:left;
}
.ag-track{
height:10px;
width:10px;
background:#2E466B;
float:left;
}
.ag-handle{
height:10px;
width:10px;
background:#ffffff;
cursor:pointer;
}