@charset "utf-8";
/* CSS Document */

html, body, table th, table td {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #393939;
  line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1 {
  font-size: 170%;
  margin-bottom: .5em;
  padding-bottom: .35em;
  border-bottom: 1px solid #BFC4CF;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  color: #505050;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 120%;
}

/* links */

a:link, a:visited {
  color: #B95C00;
  text-decoration: none;
}
/* *************************************************************** J - disable underlining of links (from top doors) */
a:hover {
  color: #4c89bb;
  /*border-bottom: 1px solid #5294c1;*/
}

a:active, a.active {
  color: #778899;
}

/* some more items */

img, a img {
  border: none;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

#offerhead tr td, #offerhead tr td a, #offerhead tr td a:link {
	color: #FFF;
}
.white {
	color: #FFF;
	padding: 5px;
}
.black {
	color: #333;
	padding: 5px;
}
#nav {
	height:20px;
	margin: 0px 0px 0px 5px;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	width: 960px;
	
}
#nav a {
	font-size:13px;
	color:#260403;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 6px;
	display:inline;
	float:left;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #875901;
}
#nav a:hover {
	color:#862e06;
	text-decoration:none;
}
.lastchild {
	border-right: none 0px;
}
.footer, .footer a, .footer a:link, .footer a:active {
	font-size: 9px;
	color: #999;
}
.offer {
	font-size: 16px;
	background-color: #DCE2E2;
	padding: 10px;
}
.northbig {
	padding: 8px;
	background-color: #FFEFDF;
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
}
.headline {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #666671;
}
