/*
PURPOSE: THIS CSS CONTROLS HOW THE LISTING APPEAR ON THE SITE
EDIT: 3-7-2006
COPYRIGHT: ADVERTISING SOLUTIONS, INC. ALL RIGHTS RESERVED.
*/


/*===================================================================*/
/* DEFINE THE BODY PROPERTIES OF THE PAGE */

body {
  color: #000000;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px
}

/*===================================================================*/
/* DEFINE THE FOOTER BLOCK */
.Ftr{
  display: block;
  clear: both;
  width: auto
}

.Ftr_Links {
  display: block;
  background-color: #000000;
  color: #E0E0E0;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: center;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000
}

.Ftr_Links a{
  color: #FFFFFF
}


.Ftr_Legal{
  display: block;
  text-align: center;
  background-color: #000000;
  padding-top: 10px;
  padding-bottom: 10px
}

.cb_footer{
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  background-color: transparent;
  background-image: none;
  color: #000000
}


