.GuideTD {  background-color: #FFFFCC; position: relative; clip:   rect(   ); width: 18%; vertical-align: top}

.table {
	font-size: 12px;
	BORDER-COLLAPSE: collapse;
}

.button{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #FFCC00;
	TEXT-ALIGN: center;
	font-size: 12px;
	height: 20px;
	border: 2px outset #DFEFFF;
}
.button2{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #999999;
	TEXT-ALIGN: center;
	font-size: 12px;
	height: 20px;
	border: 2px outset #DFEFFF;
}
.text {
	font-size: 12px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #000000;
	background: transparent;
}

.text2 {
	font-size: 12px;
	background: transparent;
	border: 0px 0;
	text-align:right;
}

.noread {
  font-weight: bold;
  font-style: intalic;
}

.read{
  font-weight: lighter
}