.rcdiv {
  padding: 0;
}
.rctable {
  width: 92%;
}
.rctableblog {
	width: 104%;
}
.rctd {
  font-family: inherit;
  font-size: inherit;
  background-color: #f5f5f5;
}

.tl {
  width: 20px;
  height: 20px;
  background: url('../img/tl.gif') top left no-repeat;
}
.tc {
  background: url('../img/sq.png') top repeat-x;
  background-color: #f5f5f5;
}
.tr {
  width: 20px;
  height: 20px;
  background: url('../img/tr.gif') top right no-repeat;
}
.ml {
  width: 20px;
  background: url('../img/sq.png') left repeat-y;
  background-color: #f5f5f5;
}
.mr {
  width: 20px;
  background: url('../img/sq.png') right repeat-y;
  background-color: #f5f5f5;
}
.bl {
  width: 20px;
  height: 20px;
  background: url('../img/bl.gif') bottom left no-repeat;
}
.bc {
  background: url('../img/sq.png') bottom repeat-x;
  background-color: #f5f5f5;
}
.br {
  width: 20px;
  height: 20px;
  background: url('../img/br.gif') bottom right no-repeat;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}


