@charset "UTF-8";
/* CSS Document */
.table_3col {
	line-height: 1.5em;
	background-color: #330000;
	font-size: medium;
  	}
table {
	width: 100%;
	position: relative;
	top: -4px;
	left: -4px;
	border: 1px solid #000;
	background: #fff;
	visibility: visible;
  	}
table caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background-color: #ecdbb5;
  	}
table th, table td {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
  	}
table th {
	color: #330000;
  	}
table .name {
  	text-align: left;
  	}
table tr {
	background-color: #e2e2a3;
  	}
table tr.alt {
	background-color: #c2c28e;
  	}
table td a {
  	display: block;
  	font-weight: bold;
  	}
	
	table a img{
border:none;
}

