html, body
{
	margin:0;
	padding:0;
	color: #555555;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f1eee7 url(images/background_tile.jpg) repeat-x 0 0;
	font-size: 14px;
	line-height: 18px;
}

.twtr-hd, .twtr-ft {
	display: none !important;
}

a:hover {

	text-decoration: underline;
}

a:link {
	color: #78a32e;
}

a:visited {
	color: #78a32e;
}	

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC99;
	padding-left: 10px;
	font-weight: bold;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #b6b179;
	font-weight: bold;
}

.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #b6b179;
	font-weight: bold;
}

.headsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CCCC99;
}

.bodywhite {
	color: #ffffff;
}

.bodywhitebig {
	color: #ffffff;
	font-size: 22px;
	line-height: 24px;
}

.bodywhitesmall {
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
}

.textbig {
	font-size: 22px;
	line-height: 28px;
}

.textsmall {
	font-size: 10px;
	line-height: 12px;
}

.footer {
	font-size: 12px;
	border-top: black;
}

.copyright {
	font-size: 10px;
}

bodylink:link {
	color: #CC0066;
	text-decoration: underline;
}

 hr {
  border: 0;
  color: #000;
background-color: #000;
height: 1px;
}