@charset "UTF-8";

body {
	background-color: #000000;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
}
#apDiv1 {
	background-repeat:no-repeat;
	z-index:1;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-align:left
	
}
A:link {text-decoration: none; color:#666666}
A:visited {text-decoration: none; color:#999999}
A:active {text-decoration: none; color:#99FF33}
A:hover {text-decoration: underline; color:#FFFFCC}

.popup
{
	position: absolute;
	top: 0;
    width: 100%;
	height:850;
	z-index: 25;
	display: none;
	background:'transparent';

}


.blockScreen {
background-image:url(Images/greyBackground.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
   
 
}




