@charset "utf-8";
/* CSS Document */

body {
	background-color:#D4CB9D
}
img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	width:100%;
	text-align: left;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #f1f3ce;
	-moz-border-radius: 6px 6px 6px 6px;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 6px 6px 6px 6px;
}
#stamm td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 6px 6px 6px 6px;
	text-align: center;
}
#pedname {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #f1f3ce;
}
.regno {
	font-style:italic
}.type {
	font-weight: bold;
	font-size: large;
}
.cat {
	font-size: large;
}

