h2#catch_sub {
	font-size: medium;
	background-color: transparent;
	text-align:center;
	color: #4c4c4c;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0.2em;
	font-weight: bold;
}
h2#catch {
	font-size: large;
	background-color: transparent;
	text-align:center;
	color: #4c4c4c;
	border: 0px;
	margin-top: 0.2em;
	font-weight: bold;
}
div#menu {
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* ---------------------------------------- */
dl.points {
	margin-top: 1em;
}
dl.points dt {
	padding-left: 35px;
	font-weight: bold;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
}
dl.points dd {
	margin-left: 1em;
	margin-bottom: 1em;
}
/* ---------------------------------------- */
table#download-tbl {
	border-collapse: collapse;
	border-top: 2px solid #888888;
	border-bottom: 2px solid #888888;
	font-size: 90%;
	margin-bottom: 2em;
	width: 95%;
}
table#download-tbl th {
	font-weight: normal;
	text-align: left;
	background-color: #e0e0e0;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
	white-space: nowrap;
	padding-right: 1em;
	padding-left: 1em;
}
table#download-tbl td {
	font-weight: normal;
	text-align: left;
	/* background-color: #f0f0f0; */
	border-bottom: 1px solid #aaaaaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
	padding-right: 1em;
	padding-left: 1em;
}
table#download-tbl td img {
	vertical-align: middle;
}
/* ---------------------------------------- */
table#price-list {
	border-collapse: collapse;
	border-top: 2px solid #888888;
	border-bottom: 2px solid #888888;
	font-size: 90%;
	margin-bottom: 2em;
}
table#price-list th {
	font-weight: normal;
	text-align: left;
	background-color: #e0e0e0;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
	white-space: nowrap;
	padding-right: 1em;
	padding-left: 1em;
}
table#price-list td {
	font-weight: normal;
	text-align: left;
	background-color: #f0f0f0;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
	padding-right: 1em;
	padding-left: 1em;
}
table#price-list td span.price {
	font-size: medium;
	font-weight: bold;
}
/* ---------------------------------------- */
table#file-list {
	border-collapse: collapse;
	border-top: 2px solid #888888;
	border-bottom: 2px solid #888888;
	font-size: 90%;
	margin-bottom: 2em;
}
table#file-list th {
	font-weight: normal;
	text-align: left;
	background-color: #e0e0e0;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
	white-space: nowrap;
	padding-right: 1em;
	padding-left: 1em;
}
table#file-list td {
	font-weight: normal;
	text-align: left;
	background-color: #f0f0f0;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
	padding-right: 1em;
	padding-left: 1em;
}
table#file-list td div.file {
	background-image: url(images/file.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
table#file-list td div.dir {
	background-image: url(images/folder_o.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
table#file-list td div.indent1 {
	margin-left: 20px;
}
table#file-list td div.indent2 {
	margin-left: 40px;
}
table#file-list td div.indent3 {
	margin-left: 60px;
}
table#file-list td div.indent4 {
	margin-left: 80px;
}
