body {
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-weight:normal;
	font-size: 0.7em;
	line-height: 1.5em;
}

h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: white;
	background-color: #508858;
	border:1px solid #D8F0C8;
	display:block;
	padding: 2px;
}

p {
	margin-left:10px;
}

 a:link { color:#508858;  font-weight:bold; }
 a:visited { color:#508858; font-weight:bold; }
 a:hover { color:#D8F0C8;  background-color:#508858; font-weight:bold; }
 a:active { color:#D8F0C8; background-color:#508858; font-weight:bold; }


ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left:5px;
	margin-left:10px;
}
.ulborder {
	border:1px solid #508858;
}

li {
	list-style-type: disc;
	list-style-position: inside;
}

.small {
	font-size: 9px;
}
.footer {
	font-size: 9px;
	color: white;
}

 a:link.footer { color:white; font-weight:normal;  }
 a:visited.footer { color:white; font-weight:normal; }
 a:hover.footer { color:#D8F0C8; font-weight:normal; }
 a:active.footer { color:#D8F0C8; font-weight:normal; }


.intro {
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #D8F0C8;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:25px;
}

.partner {
	margin-left: 10px;
	margin-right: 10px;
	border:1px solid #508858;
	padding: 5px;
}

.inputtxt {
	border:1px solid #508858;
	width: 250px;
}

