/*
    Licensed Materials - Property of IBM

    11K7694, 11K7983

    (C) Copyright IBM Corp. 1998, 2000 All Rights Reserved.
    US Government Users Restricted Rights -
    Use, duplication or disclosure restricted
    by GSA ADP Schedule Contract with IBM Corp.
*/

BODY { color: #ccbb99; background: #663333 fixed }
H1 { color: #ffffff; background-color: #aa7755; text-align: center; padding: 10px 0px }
H2 { color: #ffffff; background-color: #aa7755; text-align: center; padding: 7px 0px }
H3 { color: #ffffff; background-color: #aa7755; text-align: center; padding: 4px 0px }
HR{
  color: #AD8C6B;
  height: 3px;
}
P { color: white }
A{
  color: #FFFFFF;
  text-decoration: none;
}
A:VISITED { color: white; text-decoration: none }
A:HOVER{
  color: #FFFFFF;
  text-decoration: underline;
}
A:ACTIVE{
  color: #000000;
  text-decoration: none;
}
UL{
  color: #CCBB99;
  list-style-image: url(images/l_brick1.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFFF;
  background-color: #AA7755;
}
TD{
  color: #000000;
  background-color: #CCBB99;
}
