body {
	background-color: #B4D93E;
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.scroll {
height: 311px;
width: 466px;
overflow:scroll;
overflow-y:scroll; 
overflow-x:hidden;

}

div.scroll1 {
height: 311px;
width: 466px;
overflow:scroll;
overflow-y:hidden; 
overflow-x:hidden;

}

.style1 {
	font-family: Tahoma;
	font-size: 9px;
	color: #96b44c;
	font-weight: bold;
}
.style2 {
	font-family: Tahoma;
	font-size: 9px;
	color: #fefefd;
	font-weight: bold;
}
.style3 {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #96b44c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #96b44c;
}
a:hover {
	text-decoration: underline;
	color: #5B6F2F;
}
a:active {
	text-decoration: none;
	color: #96b44c;
}

.emaillink:link {
	color: #fefefd;
	text-decoration: underline;
}
.emaillink:visited {
	text-decoration: underline;
	color: #fefefd;
}
.emaillink:hover {
	text-decoration: none;
	color: #fefefd;
}
.emaillink:active {
	text-decoration: underline;
        color: #fefefd;
}