body,html { margin:0; padding:0; height:100%;}

input 
{
	width:259px;
	border:solid #cccccc 1px;
	margin-top:-2px;
	position:absolute;	
}

.TR
{
	font-family:Tahoma;
	font-size:11px;
	color:#cc0000;
}

.ENG
{
	font-family:Tahoma;
	font-size:11px;
	color:#999999;
}

.tahoma_cc0000
{
	font-family:Tahoma;
	font-size:11px;
	color:#cc0000;
}

.tahoma_999999
{
	font-family:Tahoma;
	font-size:11px;
	color:#999999;
}

.tahoma_333333
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
}

.tahoma_2da7d3
{
	font-family:Tahoma;
	font-size:9px;
	color:#2da7d3;
}

.arial_000000
{
	/*font-family:Arial;*/
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	line-height:150%;
}

.arial_68c600
{
	/*font-family:Arial;*/
	font-family:Tahoma;
	font-size:11px;
	color:#68c600;
	line-height:150%;
}

.arial_2da7d3
{
	/*font-family:Arial;*/
	font-family:Tahoma;
	font-size:11px;
	color:#2da7d3;
	line-height:150%;
}

* html .menu
{
	font-family:Tahoma;
	font-size:11px;
	color:#68c600;
	cursor:pointer;
	font-weight:bold;
	m: expression(this.onmouseover = new Function("this.className = 'menu-hover';"));
}

* html .menu-hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#2da7d3;
	cursor:pointer;
	font-weight:bold;
		m: expression(this.onmouseout = new Function("this.className = 'menu';"));
}

.menu
{
	font-family:Tahoma;
	font-size:11px;
	color:#68c600;
	cursor:pointer;
	font-weight:bold;
}

.menu_selected
{
	font-family:Tahoma;
	font-size:11px;
	color:#2da7d3;
	cursor:pointer;
	font-weight:bold;
}

.menu:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#2da7d3;
	cursor:pointer;
	font-weight:bold;
}