#header {
	background-image: url(images/header-back.jpg);
	background-repeat:repeat-x;
	height:160px;
	width: 100%;
}
#hlogo {
	float: left;
}
#nm {
	position: relative;
	top: 110px;	
}
#info {
	float: right;
	width: 250px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
td.topcell {
	background-image: url(images/top-back.gif);
	background-repeat: repeat-x;
}
td.menu {
	background-image: url(images/bar.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
td.headright {
	background-color: Black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}
.cowtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	height: 30px;
}
.anim {
	width: 720px;
	border: 2px solid black;
}
a.hr:link, a.hr:visited {
	color: white;
}
a.hr:hover {
	color: silver;
}
.ahead_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: Black;
	color: White;
	padding: 3px;
	height: 20px;
}
.animencap {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.animdata {
	font-size: 13px;
}
.bullleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 3px;
	border-bottom: 1px solid silver;
	background-color: #000159;
	color: White;
	height: 15px;
	width: 55px;
}
.bullinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 3px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: #DFEFFF;
	height: 15px;
	width: 295px;
}
.infobottom {
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
}
ul, li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.formleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 3px;
	border-bottom: 1px solid silver;
	background-color: #000159;
	color: White;
	height: 15px;
}
.formright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 3px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: #DFEFFF;
	height: 15px;
}
.textinput {
	border: 1px dashed #000159;
	color: black;
	background-color: #DFEFFE;
}
.pic_cell {
	width: 350px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
.about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
}
.dynmenu {
	visibility: visible;
	background-color: #000159;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid black;
	border-bottom: 5px solid black;
	border-left: 1px solid black;
	border-right: 3px solid black;
}
.dmon {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.dmoff {
	color: white;
	text-decoration: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.dynmenu {
	visibility: hidden;
	position:absolute;
	top: 0px;
	left: 0px;
}

.dynmenu a:link, .dynmenu a:visited {
	display: block;
	background-color: #000159;
	border: 1px solid #000159;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
}

.dynmenu a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #DFEFFE;
	border: 1px outset silver;
	padding-left: 3px;
}

.dynmenu .head {
	font-size: 12px;
	font-weight: bold;
	height:20px;
	line-height: 20px;
	color: #000000;
	background-image:url(images/bar.jpg);
}.picborder {
	border: 1px solid #000000;
}