.content_table {
	border-style: solid;
	border-width: 1px;
	border-color: Gray;;
	border-bottom: none;
	border-left: none;
	border-collapse: collapse;
}

.content_table td,  .content_table th{
	margin: 0;
	padding: 4px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-top: none;
	border-right: none;
}

.content_table th {
	background-color: Gray;
	font-weight: bold;
	text-align: left;
}

.content_table2 {
	border-style: solid;
	border-width: 1px;
	border-color: red;
	border-bottom: none;
	border-left: none;
	border-collapse: collapse;
}

.content_table2 td,  .content_table2 th{
	margin: 0;
	padding: 4px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: red;
	border-top: none;
	border-right: none;
}

.content_table2 th {
	background-color: Maroon;
	font-weight: bold;
	text-align: left;
	color: white;
}

.noborder {
	border: none;
	border-collapse: collapse;
}

.noborder td, .noborder th {
	border: none;
	margin: 0;
	padding: 4px;
	vertical-align: top;
}

.noborder th {
	font-weight: bold;
	text-align: left;
}

.imglist {
	border: none;
	border-collapse: collapse;
}

.imglist td, .imglist th {
	border: none;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: center;
}
