/**************************************************************************
	Style Sheet for Master Template
**************************************************************************/	
/************** Elements ********************/

HTML,BODY {
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;	
	}
BODY {
	font-size: 11px;
	font-family: Arial,Verdana,Helvetica;
	background:#fff;
	text-align: left;
	font-size:12px;
	
}


/*********** Master Layout *****************/

#flashObject {
	
	display: block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0px;
	min-width: 950px;
	width: expression(document.body.clientWidth < 950? "950px" :  "auto");
	min-height: 700px;
	height: expression(document.body.clientHeight < 700? "700px" :  "100%");
	
}