body {

	background-color: #333333;

	margin-top: 0px;

	margin-bottom: 0px;

}

.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:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 10%;
    left: 15%;
    width: 70%;
    height: 20%;
    padding: 16px;
    border: 16px solid #84C225;
    background-color: white;
    z-index:1002;
    overflow: auto;
	font-size: 10pt;
	font-family: "Century Gothic"; 
}
a { 
color: #84C225;
	font-size: 10pt;
	font-family: "Century Gothic"; 
	
	
} .main_text_white {
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #FFFFFF;
}
.main_text_green_bold {
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #84C225;
	font-weight: bold;
}
.green_heading_bold {
	font-family: "Century Gothic";
	font-size: 12pt;
	font-weight: bold;
	color: #84C225;

}
.WHITE_MAIN_bold {
	font-family: "Century Gothic";
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;

}