@charset "utf-8";
/* CSS Document */
html {overflow-y: scroll;}

/*
body,td,th {
	background-image:url(img/dairy-cows.jpg);
	background-position: top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 14px;
	color: #FFF;
	background-color: #272433;
	margin-left: 0px;
	margin-top: 0px;
}*/

.addresstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#bda32e;
}

.infoblock1 {
	font:"Trebuchet MS", Arial, "Times New Roman";
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.infoblock2 {
	font-family:"Trebuchet MS", Arial, "Times New Roman";
	font-size:12px;
	color:#bda32e;
	font-style:italic;
}

.infoblock3 {
	font:"Arial";
	font-size:10px;
	font-weight:200;
	color:#FFF;
}

.special {
	font-family:"Trebuchet MS", Arial, "Times New Roman";
	font-size:24px;
	color:#bda32e;
}

.special-small {
	font-family:"Trebuchet MS", Arial, "Times New Roman";
	font-size:14px;
	color:#bda32e;
	font-weight:bold;
}

.JHDE-white {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:14px;
	color:white;
}

.JHDE-black {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:16px;
	color:black;

}

.titles {
	font-family:"Century Gothic", "Trebuchet MS", "Lucida Console", Georgia;
	font-size:28px;
	color:#d9251c;
	font-weight:bold;
	font-style:oblique
}

.inverted {
	font:"Trebuchet MS", Arial, "Times New Roman";
	font-size:10px;
	font-weight:200;
	color: #272433;
	background: #d9251c;
	font-style:italic;
}

a:link {
	color: #d9251c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d9251c;
}
a:hover {
	text-decoration: underline;
	color: #7c2522;
}
a:active {
	text-decoration: none;
	color: #d9251c;
}
h1 {
	font-size: 36px;
	color: #bda32e;
}
h2 {
	font-size: 24px;
	color: #bda32e;
}
h3 {
	font-size: 18px;
	color: #bda32e;
}
h4 {
	font-size: 14px;
	color: #bda32e;
}
h5 {
	font-size: 10px;
	color: #bda32e;
}
h6 {
	font-size: 9px;
	color: #bda32e;
}

