@charset "utf-8";
.tdbackground {
	background-image: url(art/calvesfade.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tdbgid {
	background-image: url(art/idnav.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}
.navhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	font-variant: normal;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #666666;
	background-color: #EBEBEB;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.tdbackground .navtext a:link {
	color: #666666;
	margin: 10px;
	padding: 8px;
	display: block;
}
.tdbackground .navtext a:visited {
	display: block;
	margin: 10px;
	padding: 8px;
}
.tdbackground .navtext a:hover {
	color: #666666;
	background-color: #ebebeb;
	display: block;
	margin: 10px;
	padding: 8px;
}
.tdbackground .navtext a:active {
	color: #666666;
	display: block;
	margin: 10px;
	padding: 8px;
}




.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
}
