@CHARSET "UTF-8";

#pedigree .ancestors
{
	border: solid 1px #527d88;
	border-collapse:collapse;
	width: 590px;
	padding: 9px;
	margin-left: 9px;
}

#pedigree .ancestors th
{
	border-left: 1px dashed #527d88;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 1px 5px 1px;
}

#pedigree .ancestors td
{
	border-left: 1px dashed #527d88;
	font-family: georgia;
	font-weight: lighter;
	font-size: 11px;
	padding: 5px 1px 5px 1px;
}
