.banner {
	border-style:none;
	width:482px;
	height:120px;
	margin:8px 0 17px;
}

table {
	border: 8px ridge lightgray;
	background-color:#fcc;
	font-family:"palatino linotype"
}

th { font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:110%;
	text-align:left;
	background-color:#f33;
	color:#fcc;
	padding: .5em;
}
table td {
	border:1px inset #fff ;
	padding:.5em;
	font-weight:bold;
}

.rj { text-align:right }