
body, td  {
	font-family: helvetica, arial, sans-serif; 
	font-size:10px;
	background-color: #FFFFFF;
	
	
}
img {
	border: none;	
}

a {
	text-decoration:none;
	color: #555555;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

div#needflash, div#logo {
	margin: 5px;
	padding: 5px;
}

div.info
{
	border: solid 1px;
	color: #000000;
	
}

.leftlink
{
	font-size: 24px;
}

.client
{
	font-size: 14px;
	
}

.projectname
{
	font-size: 14px;
	
}



#flashbody {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background-color: #FFFFFF;
	
	min-width: 960px;
	min-height: 680px;
	
	width: expression( document.body.clientWidth < 960 ? "980px" : "100%" );
	height: expression( document.body.clientWidth < 680 ? "700px" : "100%" );
}

#flash {
	width: 100%;
	height: 100%;
}

#flashcontent {
	padding: 10px;