.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	list-style-type: square;
}
a:hover {
	text-decoration: underline;
}
.verticalbar {
	background-image: url(gfx/line_vert.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.horzbar {
	background-image: url(gfx/line_horiz_long.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.captionsItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	list-style-type: square;
	font-style: italic;
}
