.stylesheet {
	font-family: tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

a.link:link,a.link:active,
a.link:visited{
	font-family: tahoma;
	font-size: 12px;
	color: #125C41;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #125C41;
	background-color: #E4EBE0;
}

a.link:hover
{
	color: #FFFFFF;
	background-color: #0F5B3F;
}

.style1
{
	color: #06390B;
	text-decoration: underline;
}
.style2 {
	color: #000000;
	font-size: 11px;
}

.style3
{
color: #06390B;
font-size: 11px;
}

body {
	background-color: #CCE3C1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

