/* Biosphere International CSS */


body {
	background-image: url(images/bkgd.png);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}
a:link {
	color: #1b910e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1b910e;
}
a:hover {
	text-decoration: none;
	color: #E48F0A;
}
a:active {
	text-decoration: underline;
	color: #1b910e;
}
h1 {
	font-size: 12pt;
	color: #1b910e;
}
h2 {
	color: #1b910e;
}

.td_bkgd {
	background-color: #FFFFFF;
	background-image: url(images/index_05.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 381px;
}

#footer p {
	color: #ffffff;
	font-size: 9pt;
	margin-left: 30px;
	
}
#footer a:link {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: none;
	color: #ffffff;
}
#footer a:active {
	text-decoration: underline;
	color: #ffffff;
}
hr {
	border: 1px dashed #F7E0BB;
	width: 85%;
}
