	@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgr1.jpg);
}
#top {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FFFFFF;
}
#bottom {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
}
#bottom a:link, #bottom a:visited {
	color: #0099FF;
}
#bottom a:hover {
	color: #00CCFF;
}
.nav {
	width: 750px;
	margin: 0 auto 0 auto;
	border: 1px solid #CCCCFF;
	color: #FFFFFF;
}
.nav a:link, .nav a:visited {
	float: left;
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	margin: 3px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color:#0000FF;
}
.nav a:hover {
	color: #000000;
	background-color:#99CCCC;
}
#page {
	clear: both;
}
#content {
	width: 750px;
	margin: 0 auto 0 auto;
}
img.cowpic {
	border: 2px solid white;
}
.cowname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF9999;
}
.cowinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.cowinfo_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.largehead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.bighead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
