body {
	background-color: #4A4647;
}
#table1 {
	width: 750px;
	background-color: #E0E0E0;
	background-position: center;
}
#table1 .moron {
	width: 750px;
	background-color: #E0E0E0;
	background-position: center;
}
.uiTopTop {
	width: 750px;
	height: 40px;
	background-repeat: no-repeat;
	background-image: url(images/ui-top-top.gif);
}
.uiTopMiddle {
	width: 750px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(images/ui-top-middle.png);
}
.uiTopBottom {
	width: 750px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(images/ui-top-bottom.png);
}
#nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	color: white;
	position: relative;
	top: -10px;
	padding-left: 10px;
	padding-right: 10px;
}
#nav td {
	padding-left: 10px;
	padding-right: 10px;

}
#nav a:link {
	color: White;
	text-decoration: none;
}
#nav a:visited {
	color: White;
	text-decoration: none;
}
#nav a:hover {
	color: Lime;
	border-bottom: 1px dotted lime;
}
#main {
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}
.bottom {
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
}
#title {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: black;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#title a:link {
	color: lime;
	text-decoration: none;
}
#title a:visited {
	color: lime;
	text-decoration: none;
}
#title a:hover {
	color: yellow;
	text-decoration: none;
	border-bottom: 1px dashed yellow;
}
img.cowpic {
	border: 2px solid black;
}
.bottomAddr {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: black;
}
#main td.normal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
}
td.visitors {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: black;
	font-size: 10pt;
}