table.cl-table-standard
{
    border-width:	1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.cl-table-standard th
{
	border-width:	1px;
	border-style: solid;
	border-color: black;
	background-color: white;
}

table.cl-table-standard td
{
	border-width:	1px;
	border-style: solid;
	border-color: black;
	background-color: white;
}

table.cl-table-noborder
{
    border-width:	0px;
	border-style: none;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.cl-table-noborder th
{
	border-width:	0px;
	border-style: none;
	border-color: black;
	background-color: white;
}

table.cl-table-noborder td
{
	border-width:	0px;
	border-style: none;
	border-color: black;
	background-color: white;
}

.image_subtitle {
	PADDING-RIGHT: 6px; PADDING-LEFT: 6px; FONT-WEIGHT: bold; PADDING-BOTTOM: 6px; VERTICAL-ALIGN: top; PADDING-TOP: 6px; TEXT-ALIGN: center
}

.image_border {
	border:	1px solid black
}

.cl-indent-1
{
  margin-left: 40px;
}
.cl-indent-2
{
  margin-left: 80px;
}
.cl-indent-3
{
  margin-left: 120px;
}
.cl-indent-4
{
  margin-left: 160px;
}
.cl-indent-5
{
  margin-left: 200px;
}
.cl-indent-6
{
  margin-left: 240px;
}
.cl-indent-7
{
  margin-left: 280px;
}
.cl-indent-8
{
  margin-left: 320px;
}
.cl-indent-9
{
  margin-left: 360px;
}
.cl-indent-10
{
  margin-left: 400px;
}