body {
   background-image: url('images/bg.gif');
   font-family: verdana, arial;
   font-size: 11px;
}

p, td {
   font-family: verdana, arial;
   font-size: 11px;
}

.copy {
   color: #666666;
   font-family: verdana, arial;
   font-size: 10px;
}
.gray {
   background-image: url('images/grbg.gif'); 
   font-weight: bold;
}
.lb {
   background-image: url('images/lbbg.gif');
   font-weight: bold;
}
.left {
   background-image: url('images/left.gif');
}
.right {
   background-image: url('images/right.gif');
}
.nav {
   background-image: url('images/nav_bg.gif');
   text-align: right;
}
.sq {
   background-image: url('images/hp_sq.gif');
}
.white {
   background-image: url('images/white.gif');
   vertical-align: top;
}
.yellow {
   background-image: url('images/ybg.gif');
}

a {
   font-size: 11px;
   color: #000000;
}
a:hover {
   color: #990000;
}
a:active {
   color: #990000;
}
a:visited {
   color: #000000;
}

a.client {
   font-size: 11px;
   color: #339900;
}
a.client:hover {
   color: #990000;
}
a.client:active {
   color: #990000;
}
a.client:visited {
   color: #339900;
}

a.footer {
   font-size: 10px;
   color: #666666;
}
a.footer:hover {
   color: #0066CC;
}
a.footer:active {
   color: #0066CC;
}
a.footer:visited {
   color: #666666
}

input, select {
   font-family: verdana, arial;
   font-size: 11px;
   width: 100px;
}
input.button {
   font-family: verdana, arial;
   font-size: 11px;
}
.button {
   width: 54px;
   height: 14px;
}
