/* CSS Document */

/*
 * The # is used to specify an ID element.
 * The ID can only be used by one element. 
 *
 * The . is used to specify a CLASS element.
 * CLASS is used for multiple instances or tags. 
*/
body {
  background-color: #FAF9EF;
  color: #3C3C3A;
}

td.left_column {
  background-color: #F7F3E7;
}

td.center_column {
  background-color: #F7F3E7;
}

td.right_column {
  background-color: #F7F3E7;
}

#mainlinks a:link,#mainlinks a:visited,#mainlinks a:active {
	color:#000000;
}

#mainlinks a:hover {
  color: #000000;
}

.currentpage {
  color: #000000;
}


td.address {
  color: #3C3C3A;
 }
 
.address a:link,.address a:visited,.address a:active {
  color: #3C3C3A;
}

.address a:hover { 
  color: #3C3C3A;
} 
 
 img.pics {
  border: solid 1px #7A640C;
}

img.picsbig {
  border: solid 1px #7A640C;
}

.thumb_img {
	border: 1px solid #7A640C;
}

img.promotions {
  width: 208px;
  height: 104px;
  border: 0px;
}

a:link,a:visited,a:active{
  color: #3C3C3A;
  font-weight: normal;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

#TA_Link {background-color: #7b1f02!important; font-size: 11px!important; text-align: center!important;}

.TA_ruser{color:#999999!important;}