/* pedigrees */
/* Page setup */
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	line-height: 110%;
}
body {
	text-align: center;
	background-image: url(../im/bkg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 896px;
	background: #ECD4F6;
	border:  solid #8F8097 2px;
}

#ped {
	width: 856px;
	text-align: left;
	padding: 20px;
}
#ped table {
	width: 100%;
}
#ped td {
	padding: 0 5px;
	font-size: 11px;
}
#ped a {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
#ped a:hover {
	color: #990099;
}
#ped a:active {
	color: #FF0000 !important;
}
.bd-r {
	border-right: solid #999999 1px;
}
.bd-tr {
	border-top: solid #999999 1px;
	border-right: solid #999999 1px;
}
.bd-br {
	border-right: solid #999999 1px;
	border-bottom: solid #999999 1px;
}
.bd-t {
	border-top: solid #999999 1px;
}
.bd-b {
	border-bottom: solid #999999 1px;
}
/* Styles */
.rule {
	width: 100%;
	height: 2px;
	background: #990099;
	margin-bottom: 15px;
}
.center {
	text-align: center;
}
.purple {
	color: #990099;
}