/* CSS Document */


/* Main class */
body table#posTab{
	width:100%;
	height:100%;
}	

html body{
     margin:0;
     padding:0;
     height:100%;
     border:none
}	


/* Container */
div.r_Flash{
	width:900px; 
	height: 510px;
	/*top: 25%; 
	left: 25%;*/
	margin:auto;
	padding:0;
}

/* Flash Loader */
div#r_FlashLoader{
	border:1px solid white;	
	border-left:15px solid white;	
}

/* Content */
div#r_Content a{
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
}
div#r_Content a:hover{
	color:#FFF;	
}	
	
	
	
	
	
	
	
	
	
	
