.spotlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFBE9;
	width: 200px;

}
.spotlight TH {
	font-size: 11px;
	color: #666666;
	padding: 0px 0px 0px 8px;
	height: 20px;
	text-align: left;
	background-image: url(../images/bar_yellow_200.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.spotlight TH A {
	color: #666666;
	text-decoration: none;
}
.spotlight TH A:hover {
	color: #333333;
	text-decoration: underline;
}
.spotlight TD {
	font-size: 11px;
	color: #707070;
	padding: 4px 4px 0px;
	vertical-align: top;
}
.spotlight TD A {
	color: #707070;
	text-decoration: none;	
}
.spotlight UL {
	list-style-image: url(../images/arrow_right.gif);
	list-style-position: outside;
	line-height: 150%;
	list-style-type: square;
	margin: 4px 2px 4px 9px;
	padding: 4px 2px 4px 9px;
}
.spotlight UL A {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.spotlight UL A:hover {
	text-decoration: underline;
}
.rule {
	background-image: url(../images/dots_200.gif);
	background-repeat: repeat-x;
	line-height: 1%;


}
