/* SELEKTORY: overflow: hidden;*/
html 

{	
	height: 100%;
	
}
	
#flashcontent 

{
	height: 100%;
}
	


body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#000000;
		
	
}
	
table 
{		
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#676767;
	border-color: #ffffff;	
	font-family: sans-serif;	
	
}
	
A 
{
	color: #676767;		
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	hover: #000000;		
}

A:hover 
{
	font-size: 12px;
font-weight: normal;
	color: 000000;
	text-decoration: none;
	text-transform: none;
	font-family: sans-serif;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	Cursor: default;
}

.link1 
{
	font-size: 12px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-family: sans-serif;
	Cursor: default;
	hover: #white;
}