div#content {
	position: absolute;	

	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 3px double gray;
	border-left: 1px solid gray;
	margin: 0px;

	background-color: white;

	overflow: auto;

	top: 195px;
	left: 167px;
	width: 604px;
	height: 385px;

	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #949494;
}
div#content table {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #949494;
}
p {
	margin: 15px;
}

table.partner tr  td {
	border: 0px solid grey;
	text-align: right;
	padding: 5px 5px 25px 0px;
}

td.gray {
	border-right: 1px solid grey;
}
