@charset "utf-8";
/* CSS Document */

.subtitle {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}
table {
	width: 100%;
	border: 1px solid #666666;
}
th {
	color: #FFFFFF;
	background-color: #660000;
	text-align: center;
}
td {
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
.personnel {
	height: 150px;
	margin-right: 6px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 3px;
}
.imglft {
	float: left;
	margin-right: 5px;
}
.imgrt {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
}
#newsalert {
	background-color: #CCFF99;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#newsalert2 {
	background-color: #99CCCC;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

