a:link { color: #000; font-size: 110%; font-weight: bold; }
a:visited { color: #000; font-size: 110%; font-weight: bold; }
a:active { color: #000; font-size: 110%; font-weight: bold; }
a:hover { color: #000; font-size: 110%; font-weight: bold; }
table.littletable { margin: 15px; }
table.imagetable { margin: 15px; }
.imagetable td { text-align: center; font-size: smaller; }
h1 { text-align: center; }
div.pedigree p, div.pedigree h2 {
	text-align: center;
}
div.category img {
	border: 2px solid black;
}
#menu-div {
	background-color: #ffc;
	margin: 10px;
	margin-bottom: 0px;
	padding: 5px;
	padding-top: 40px;
	background-image: url('/images/barbedwire.jpg');
	background-repeat: repeat-x;
	min-width: 250px;
}
#content-div {
	background-color: #ffc;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	background-image: url('/bg.jpg');
	background-repeat: no-repeat;
	background-position: center 25px;
	min-width: 250px;
    /* border: 2px black solid; */
}
#menu { text-align: center; }
#menu img { border: 0; }
#bottomdiv {
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	background-image: url('/images/barbedwire2.jpg');
	background-repeat: repeat-x;
	height: 40px;
	min-width: 250px;
}




#dhtmltooltip{
position: absolute;
width: 200px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
