/* CSS Document */

body {
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #281300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
}

/* text */

h1 {
	margin-right: 50px;
	text-align: right;
	color: #ffffff;
	font-size: 12pt;
	font-weight: normal;
}

h2 {
	margin-right: 30px;
	text-align: right;
	color: #ffffff;
	font-size: 10pt;
	font-weight: normal;
}

h2 a:link {
	color: #ffffff;
	text-decoration: none;
}

h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

h2 a:hover {
	color: #ffef00;
	text-decoration: none;
}

h2 a:active {
	color: #ffffff;
	text-decoration: none;
}

p {
	text-align: justify;
	color: #281300;
	font-size: 9pt;
	font-weight: normal;
}

.red {
	color: #d92500;
}

.caption {
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
	color: #281300;
}

.bold {
	color: #281300;
	font-size: 9pt;
	font-weight: bold;
}

.center {
	text-align: center;
	font-size: 10pt;
}

.language {
	padding-top: 3px;
	margin-right: 10px;
	display: block;
	text-align: right;
	font-size: 8pt;
	font-weight: normal;
}

.legal {
	padding-top: 10px;
	margin-left: 10px;
	display: block;
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	color: #281300;
}


a:link {
	color: #32b700;
	text-decoration: none;
}

a:visited {
	color: #32b700;
	text-decoration: none;
}

a:hover {
	color: #32b700;
	text-decoration: underline;
}

a:active {
	color: #32b700;
	text-decoration: none;
}



/* dividers */

.hline {
  margin-bottom: 2px;
  border: none;
  background-color: #edeadd;
  color: #281300;
  height: 5px;
  width: 300px;
}

.dotline {
  margin: 15px 0px 5px 10px;
  border-top: 1px dotted #281300;
}



/* page sections */

.viewertop {
	margin: 0px;
	padding: 0px;
	width: 661px;
	height: 40px;
	vertical-align: bottom;
	background-color: #006b36;
	background-image: url(images/green_house/viewer_top.gif);
	background-repeat: no-repeat;
}

.viewerbottom {
	margin: 0px;
	padding: 0px;
	width: 661px;
	height: 40px;
	vertical-align: bottom;
	background-color: #006b36;
	background-image: url(images/green_house/viewer_bottom.gif);
	background-repeat: no-repeat;
}

.viewerleft {
	margin: 0px;
	padding: 0px;
	width: 12px;
	background-color: #006b36;
	background-image: url(images/green_house/viewer_left.gif);
	background-repeat: repeat-y;
}

.viewerright {
	margin: 0px;
	padding: 0px;
	width: 12px;
	background-color: #006b36;
	background-image: url(images/green_house/viewer_right.gif);
	background-repeat: repeat-y;
}

.contentbox {
	padding: 1px;
	margin: 0px;
	width: 635px;
	background-color: #ffffff;
}

#detail {
	width: 605px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}



/* image positioning */

.imgboxleft {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.imgleft {
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}

.imgleft2 {
	float: left;
	margin: 0px;
	padding: 10px 15px 3px 0px;
}


