body {
	margin: 0px;
	font-family: times new roman, times, serif;
}

.topleft {
	background-image: url(../graphics/border/topleft.jpg);
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
}

.topmiddle {
	background-image: url(../graphics/border/top.jpg);
	background-repeat: repeat-x;
	padding-top: 16px;
	text-align: center;	
}

.topright {
	background-image: url(../graphics/border/topright.jpg);
	width: 100px;
	background-repeat: no-repeat;
}






.noborder {
	border: 0px;
}

.left {
	background-image: url(../graphics/border/left.jpg);
	background-repeat: repeat-y;
	width: 100px;
	font-size: 120%;
	padding: 0px;
}

.menu {
	padding: 5px;
}

.left a:hover {
	background-color: #eea9b8;
}

.bottomleft {
	background-image: url(../graphics/border/left.jpg);
	background-repeat: repeat-y;
	width: 100px;
}

.bottoma {
	background-image: url(../graphics/border/bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: courier, courier new, monospace;
	font-size: 80%;
	padding: 5px;

}

.bottomb {
	background-image: url(../graphics/border/bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 88px
	font-family: courier, courier new, monospace;
	font-size: 80%;
	padding: 5px;

}

.bottoma a:hover {
	background-color: blue;
	color: white;
}


.bottomright {
	background-image: url(../graphics/border/right.jpg);
	background-repeat: repeat-y;
	width: 100px;
}


.right {
	background-image: url(../graphics/border/right.jpg);
	background-repeat: repeat-y;
	width: 100px;
}

.mainclass {
	background-image: url(../graphics/paw.jpg);
	font-size: 120%;
	background-repeat: repeat;
}

.mainclass a:hover {
	background-color: yellow;
}

.normal {
	text-decoration: none;
	color: black;
}

.pedigree {
	font-size: 80%;
	text-align: left;	
	background-color: #4876ff;
}

.champion {
	background-color: #eea9b8;
}


