body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
   color: grey;
	font: 12px/14px Arial;
	background-color: white;
}
.text {
	color: #006738;
	font: 12px/14px Arial;
	display: block;
	margin: 4px 0px 4px 0px;
}
p {
	color: #006738;
	font: 12px/14px Arial;
	display: block;
	margin: 12px 0px;
}
img, div { margin: 0; border: 0; padding: 0; behavior: url(iepngfix.htc); }
.hidden { display: none; }
.shown { display: block; }
.link, .link:link, .link:active, .link:visited {
	color: #B6C734;
	font: 11px/14px Arial;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.link:hover {
	color: #B6C734;
	font: 11px/14px Arial;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}
.input {
	color: #781351;
	background: #F3F5D3;
	border: 3px solid #F3F5D3;
	width: 500px;
}
#loader {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-color: white;
   text-align: center;
   padding-top: 25px;
}
