.shield {
	clear: left;
	margin-bottom: 30px;
	margin-top: 20px;
	overflow: auto;
	color: black;
}
.shield img {
	float: left;
	margin-right: 20px;
	border: solid 2px black;
}
.shield .specheader {
	border-bottom: solid 1px lightblue;
	text-align: left;
	font-size: 120%;
	font-weight: normal;
}

.shield table {
}

.shield table th {
	color: #007AC3;
}
.shield table td {
	text-align: center;
	padding: 3px;
}

.shield table tr.alt td {
	background-color: #EEF1EA;
}

.notice {
	background-color: #FFCFAD;
	border: solid 1px black;
	padding: 10px;
	color: black;
	text-align: justify;
}
