@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.white-news-divs {
	background-image: url(images/butcher-transparent-10pix.png);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3D4C21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #2C2F42;
	padding: 5px;
}
.white-news-divs a:link{
	color: #2C2F42;
	text-decoration:underline;
}
.white-news-divs a:visited{
	color: #2C2F42;
	text-decoration:underline;
}
.white-news-divs a:hover{
	color: #EBB583;
	text-decoration:none;
}
.white-news-divs a:active{
	color: #2C2F42;
	text-decoration:underline;
}
.white-title-divs {
	background-image: url(images/butcher-transparent-10pix.png);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #BF956F;
}
.white-content-divs {
	background-image: url(images/butcher-transparent-10pix.png);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #323C84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	letter-spacing: .1em;
	padding: 5px;
}

.white-content-divs a:link{
	color: #2C2F42;
	text-decoration:underline;
}
.white-content-divs a:visited{
	color: #2C2F42;
	text-decoration:underline;
}
.white-content-divs a:hover{
	color: #EBB583;
	text-decoration:none;
}
.white-content-divs a:active{
	color: #2C2F42;
	text-decoration:underline;
}

.top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFF99;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #FFFFFF;
}

.top-nav a:link{
	color: #FFFF99;
	text-decoration:none;
}
.top-nav a:visited{
	color: #FFFF99;
	text-decoration:none;
}
.top-nav a:hover{
	color: #FFFF99;
	text-decoration:underline;
}
.top-nav a:active{
	color: #FFFF99;
	text-decoration:none;
}
