@charset "utf-8";
/* CSS Document */
/* html, body style */
html,body {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background:#13486c;
	font-family:Tahoma;
	font-size:10px;
	color:#EEEEEE;
	text-align:center;
}
/**/

/* */
a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
/**/
a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
/* style for flash conteiner */
#flash_cont{
	/*border:thin solid #000066;*/
	min-width: 844px;
	min-height: 600px;
	width: 100%;
	height: 600px;
}
* html #flash_cont{
height: 600px;
}
/* style for page conteiner */
#page_cont{
	/*border:thin solid #FF0066;*/
	min-width: 844px;
	min-height: 600px;
	width: 100%;
	height: 100%;
}
/* style for keywords conteiner */
#keywords_cont{
	/*border:thin solid #000000;*/
	font-size:2px;
	color:#A89C80;
}

