body {
	color: #000000;
	background: #8FB1A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	SCROLLBAR-BASE-COLOR: #8FB1A4;
	SCROLLBAR-FACE-COLOR: #8FB1A4;
	SCROLLBAR-TRACK-COLOR: #8FB1A4;
	SCROLLBAR-DARKSHADOW-COLOR: #8FB1A4;
	SCROLLBAR-HIGHLIGHT-COLOR: #8FB1A4;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
}

td {
	font-size: xx-small;
}

.address {
	font-size: xx-small;
	color: #000000;
	padding: 5px;
	font-weight: bold;

}

.nav {
    font-size: 10px;
	font-weight: bold;
	color: #E6B459;
}

a.nav:link {
	font-weight: bold;
	color: #0084B4;
	background-color: transparent;
	width: 100%;
}

a.nav:visited {
	color: #0084B4;
	text-decoration: none;
	background-color: transparent;

}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0084B4;
}

a:link {
	text-decoration: none;
	background-color: transparent;

}

a:visited {
	text-decoration: none;
	background-color: transparent
}

a:hover {
	text-decoration: underline;
	background-color: transparent
}

a:active {
	text-decoration: underline;
	background-color: transparent
}

.bioname {
	font-size: small;
	color: #0084B4;
	background-color: transparent;

}
.problem {
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	background-color: #8FB1A4;
	padding: 2px;







}
.solution {
	font-size: small;






}
big {
	font-size: x-small;
}
h1 {
	font-size: large;
	margin-bottom: 1px;

}
h2 {
	font-size: small;
	margin-bottom: 3px;
	color: #0084B4;
	font-weight: bold;


}
input {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8FB1A4;
	border-right-color: #8FB1A4;
	border-bottom-color: #8FB1A4;
	border-left-color: #8FB1A4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
textarea {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8FB1A4;
	border-right-color: #8FB1A4;
	border-bottom-color: #8FB1A4;
	border-left-color: #8FB1A4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
.disclaimer {
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 25px;
	margin-left: 50px;

}


