/* Standards CSS Document */
table#catalogue {
	background: #ffffff;
	border-collapse: collapes;
	border: 1px solid #d5d5d5;
	margin: 0 0 0 10px;
	width: 465px;
}
table#catalogue tr {
	vertical-align: top;
	font-weight: normal;
	color: #666666;
}
table#catalogue td {
	padding: 2px 5px;
	margin: 0 0;
	border-bottom: 1px dotted #666666;
}
table#catalogue td.last {
	border-bottom: none;
}
table#catalogue th {
	font-weight: bold;
	padding: 5px 5px;
	margin: 0 0;
	background: #029274;
	color: #ffffff;
}