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

body {
	margin: 0 0 0 0;
	background-color: #BB0000;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
}

#top {
	height: 160px;
	background-repeat:repeat-x;
	background-image:url(../images/top-back.gif);
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#bottom {
	text-align: center;
}
#page {
	width: 800px;
	margin: 0 auto 0 auto;
}
#copyright {
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
}
.cowinfo {
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 13px;
	color: #d4dcef;
	padding-bottom: 15px;
	border-bottom: 2px solid #000000;
}
.score {
	font-size: 15px;
	font-weight: bold;
}
.offspringhead {
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}
.offspring {
	margin: 0 auto 0 auto;
	text-align: left;
}
.offspring ul, .offspring li {
	margin-top: 0px;
	margin-bottom: 0px;
}

.showplacings {
	width: 400px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.showplacings li, .showplacings ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.emph {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}