body {
	margin: 0px;
  background-color: #FCEDCC;
	background-repeat: repeat;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: small;
	color: #6a4a03;
}

select {
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: bold;
	color: #6a4a03;
}

a {
	color: #6a4a03;
}

a:hover {
  color: #000000;
}

.redlink {
	color: white;
	background-color: #990000;
}

form {
	margin: 0px; 
	padding: 0px; 
}

.titlebanner {
	background-image: url(/en/images/banner.gif);
	background-repeat: no-repeat;
}

.buttonrow {
  background-image: url(/en/images/banner_buttonrow.gif);
	background-repead: no-repeat;
}

.picturefill {
    background: #FAF0DC;
}

.objecttitle {
	font-weight: bold;
	font-size: smaller;
}

.categorytitle {
	font-size: medium;
	font-weight: bold;
}

.subtitle {
	font-size: medium;
	font-weight: bold;
}

.navtitle {
  font-size: smaller;
}

.navbutton, .navbuttonmore, .navbuttondisabled, .navbuttonactive {
  vertical-align: top;
}

.navbutton a, .navbuttonmore, .navbuttondisabled, .navbuttonactive {
	padding-top: 3px;
	padding-bottom: 3px;
}

.navbutton a, .navbuttondisabled, .navbuttonactive {
	padding-left: 10px;
	padding-right: 10px;
  font-size: 11px;
  font-weight: bold;
	text-decoration : none;
	color: #FFFFFF;
}

.navbuttonmore {
	background-color: #cc0000;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	font-size: 10px;
	text-decoration : none;
	color: #FFFFFF;
}

.navbutton a {
  display: block;
	height: 100%;
	background-color: #cc0000;
}

.navbuttondisabled {
  background-color: #6E6E6E;
}

.navbuttonactive {
	background-color: #000000;
}

.navbutton a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

.footerlink {
	font-size: smaller;
	white-space: nowrap;
}

.crawlerhelp {
	display: none;
}

