@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: url(../gfx/bg_loop.gif) repeat-x #1d3750;
	font-family:Tahoma;
	font-size:10px;
	color:#666666;
	text-align:center;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden ;
}
/**/

/* */
a{
	color:#d71921;
	font-weight:bold;
	text-decoration:none;
}
/**/
a:hover{
	color:#d71921;
	font-weight:bold;
	text-decoration:underline;
}
/* style for flash conteiner */
#flash_cont{
	/*border:thin solid #000066;*/
	width: 100%;
	height: 100%;
}

/* style for page conteiner */
#page_cont{
	/*border:thin solid #FF0066;*/
	width: 100%;
	height: 100%;
}
/* style for keywords conteiner */
#keywords_cont{
	/*border:thin solid #000000;*/
	font-size:2px;
	color:#A89C80;
}