body {
	background-color: #F2F3ED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #6c8b00;
	font-size: 11px;
	font-family: tahoma;
}
.style2 {
	color: #666666;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style3 {
	color: #373737;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #40413e;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #556D00;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #ededed;
	font-size: 11px;
	font-family: tahoma;
}
.style7 {
	color: #BCE21B;
	font-size: 11px;
	font-family: tahoma;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.70;
	filter: alpha(opacity=70);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 40%;
	padding: 16px;
	border: 16px  solid #7E932C;
	background-color: white;
	z-index:1002;
	overflow: auto;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
}


