@charset "utf-8";
/* CSS Document */
body {
	font-family: arial;
	font-size:14px;
	color: #FFF;
	margin:15px;
	background-color:#000;
	margin:0px 0px 0px 0px;

}
a:link,a:visited,a:active{
	color:#F90;
	text-decoration:none;
	font-size:16px;
}
a:hover{
	font-size:16px;
	color:#FC0;
	text-decoration:underline;
}
.footer {
	font-size: 10px;
	color: #CCC;
}
.footer a:link,.footer a:visited{
	font-size:10px;
	color:#FF0;
	text-decoration:none;
}
.footer a:hover,.footer a:active{
	font-size:10px;
	color:#FF0;
	text-decoration:underline;
}
.call {
	font-family:"Arial", Gadget, sans-serif;
	font-size:18px;
	color:#FF0;
}
   .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: 5%; 
     left: 25%; 
     width: 600px; 
     height: 80%; 
     padding: 0px; 
     border: 15px solid #000; 
     background-color: black; 
     z-index:1002; 
     overflow: auto; 
   } 