    @media all{
	
    /* TAG STLYE */
body{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#666666; text-align:center; background-color:white;display:inline;margin:0px;}
div{
	position:relative;
	display:block;
}
a{text-decoration:none;}

/* ID STYLE */
	/* START Pop background color, pop holder and centering table */
			#dPopBG{
				position:absolute;
				display:none;
				left:0px;
				top:0px;
				width:100%;
				height:100%;
				background-color:#1a2a3a;
				opacity:0.90; /* for firefox,safari,chrome */
				filter:alpha(opacity=90); /* for ie,opera */
				cursor:pointer;
				z-index:99;
			}
			#dPopHolder{
				position:absolute;
				display:none;
				text-align:center;
				left:0px;
				top:0px;
				width:100%;
				height:100%;
				cursor:pointer;
				margin-left:auto;
				margin-right:auto;
				z-index:100;
			}
				#tdPopHolder{
				   font-family:arial;
				   font-size:12px;
				   text-align:center;
				}
		/* END Pop background color, pop holder and centering table */	
 
 /* CLASS STYLE */
 .cBtns{text-align:center; cursor:pointer; height:15px;border:0px;} 
 .cBtns2{display:inline; border:2px solid #CCCCCC; margin-left:5px; margin-top:5px; cursor:pointer; width:100px; height:85px; color:white;}
 .cTextAlign{text-align:left;}	
 .cBtnAlign{text-align:center;}
 
	
    
    }

