@CHARSET "UTF-8";
/* HTML tag appearance */
body {
  font-family: Verdana, Arial, Sans-Seriff;
  font-size: 12px;
  background: #919BC9;
  margin: 0px;
}
table {
  background: #ffffff;
}
h2 {
  margin-top: 0px;
  color: #B5882C;
  font-size: 14px;
}
/* Classes */
.header {
  background: #f0efd1;
}
.text {
  color: #333333;
  font-size: 11px;
}
.child {
  color: #B5882C;
  font-size: 11px;
}
.footer {
  color: #666666;
  font-size: 10px;
  padding: 4px;
  margin-top: 3px;
  background-color: #cccccc;
}
.seamless {
  text-decoration: none;
  border-style: none;
}
.langSelector select, .langSelector span {
  font-size: 10px;
}
.langSelector span {
  display: block;
}
.langSelector {
  text-align: right;
}
.contentBlock {
  vertical-align: top;
}
.nextPage {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 8px;
  font-size: 11px;
}
.nextPage a,
.childList a {
  color: #666666;
  font-weight: bolder;
  text-decoration: none;
  font-size: 11px;
}
.textDivider {
  width: 90%;
  border: solid 1px #F0EFD1;
}
.contentImage {
  padding-left: 10px;
  /*padding-right: 32px;*/
  vertical-align: middle;
}
.contentColumn {
  padding-left: 32px;
  padding-right: 20px;
  vertical-align: top;
  font-size: 11px;
  text-align: justify;
}
.content {
  padding-left: 32px;
  padding-right: 20px;
  vertical-align: top;
  font-size: 12px;
  text-align: justify;
  line-height: 150%;
}
.siteTools {
  color: #B5882C;
  padding-top: 10px;
  padding-bottom: 20px;
}
.pageList {
  text-align: right;
  font-size: 11px;
}
.pageList a {
  text-decoration: none;
  color: #666666;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #666666;
}
div.nlYearList {
	margin-top: 40px;
	border-top: 1px solid #B5882C;
}
.nlYearList div {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #B5882C;
}
.nlYearList a {
	text-decoration: none;
	color: #666666;
	font-weight: bolder;
	margin-right: 20px;
	font-size: 11px;
}
div.nlSubscribe {
  padding-top: 50px;
}
.nlSubscribe a {
  /*font-weight: normal;
  color: black;*/
}
div.Subscribe {
	padding-top: 12px;
}
.Subscribe table {
	font-size: 12px;
}
.Subscribe td {
	padding-top: 5px;
	padding-right: 12px;
	vertical-align: middle;
}
.Subscribe input#submit {
	border-style: none;
	background: transparent;
	cursor: pointer;
	margin-right: 24px;
	padding: 3px;
	background-color: #F0EFD1;
	font-weight: bold;
	font-style: italic;
}
.Subscribe input#reset {
	border-style: none;
	background: transparent;
	cursor: pointer;
	padding: 3px;
	background-color: #F0EFD1;
}
.Subscribe td#buttons {
	padding-top: 10px;
}
.Subscribe #required {
	font-weight: bold;
	padding-top: 12px;
}
.Subscribe #disclaimer {
	padding-top: 16px;
	font-size: 10px;
}
.pagebody, .heading2 {
  font-size: 11px;
}