/* CSS Document */

/* MAIN STYLES */
body {
color: #464646;
font-family:Arial, Helvetica, sans-serif;
font-size: .9em;
line-height: 1.4em;
}

a:link, a:visited{
	color: #993333;
	padding-bottom:4px;
	text-decoration:none;
}
a:hover{
	color: #993333;
	text-decoration:underline;
}

.TEXT_black{color:#000;}

.ThumbTable{font-family:Georgia, "Times New Roman", Times, serif;}

#scrollbox {
height:320px;
padding-right:10px;
overflow:auto;
width:395px;
}

.highlight{
	background-color:#fff;
	color:#707543;
	font-weight:bold;
}

.highlightBlack{
	background-color:#fff;
	color:#000;
	font-size: .9em;
	font-weight:600;
}

.caption{
	font-size:.8em;
	line-height:1.3em;
	padding:5px 0 0 8px;
	width:260px;
}