/* pbf_v2 */

html {
	height: 100%;
	width:100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #666666;
	scrollbar-track-color: white;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-base-color: white;
	scrollbar-highlight-color: white;  
	scrollbar-darkshadow-color: white;   
	scrollbar-face-color: white;  
	scrollbar-arrow-color: #CCCCCC;	}

	
#flashcontent {
	height: 100%;
	width:100%;
	float:left;
}

P { 
	margin-top: -10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

A {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

A:hover {
	text-decoration:line-through;
}