.body {background-image: url('bg.jpg'); background-repeat: repeat-x; margin-top: 0px;	padding: 0px}
.tablestyle {background: url('bgcenter.jpg') repeat-y center}
.font {FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration: none}
.font a {FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration: none}
.font a:hover {FONT-SIZE: 12px; COLOR: #555555; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration: none}
.font2 {FONT-SIZE: 10px; COLOR: #555555; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration: none}
.font2 a {FONT-SIZE: 10px; COLOR: #555555; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration: none}
.font2 a:hover {FONT-SIZE: 10px; COLOR: #555555; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration: none}

a.imgbar img 
{
  opacity: 0.5;
  filter: alpha(opacity=100);
  border: 1px solid #999999;
  margin: 0px;
 }
 
a.imgbar:hover img 
{
  opacity: 1.0;
  filter: alpha(opacity=50);
  border: 1px  #999999;
  margin: 0px;
 }


a.rollopaque img 
{
  opacity: 1.0;
  filter:alpha(opacity=100);
  padding-bottom: 0px;
 }

a.rollopaque:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80);   
 }