/* 
    Document   : foot
    Created on : 2010-07-06, 10:07:03
    Author     : ptg
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#ToyaFootDiv {
  width: 1005px;
  height: 50px;
  border-top: 1px solid #DDD;
  color: #888;
  text-align: center;
  margin: 0 auto;
  font-size: 9px
}

#ToyaFootDiv a {
  text-decoration: none;
  color: #888;
}

#ToyaFootDiv a:hover {
  text-decoration: underline;
  color: #888;
}