.top_link
	{
		font-size:13px;
		color:#FFFFFF;
		font-weight : bold;
		text-decoration : none;
		cursor: pointer;
	}
	

.top_link:Visited
	{
		font-size:13px;
		color:#FFFFFF;
		font-weight : bold;
		text-decoration : none;
	}

.top_link:hover
	{
		font-size:13px;
		color:#FF9900;
		font-weight : bold;
		text-decoration : none;
	}

.top_link_on
	{
		font-size:13px;
		color:#352B2C;
		font-weight : bold;
		text-decoration : none;
		cursor: pointer;
		padding-right:20px;
		padding-left:20px;
		background-color:#CBCDCB;
		line-height: 115%;
	}	

.top_link_off
	{
		font-size:13px;
		color:#FFFFFF;
		font-weight : bold;
		text-decoration : none;
		cursor: pointer;
		padding-right:20px;
		padding-left:20px;
		line-height: 115%;
	}	
	
.top_sep
	{
		font-family: Arial;
		font-size:13px;
		color:#FFFFFF;
		font-weight : bold;
		width:1px;
	}
	
.menu_table_out
{
	border-top:1px solid #535c57;
	border-left:1px solid #535c57;
	border-right:1px solid #535c57;
	width:100%;
}

.menu_table
{
	width:100%;
}

.menu_td_off
{
	width:100%;
	padding-left:15px;
	padding-right:10px;
	font-size: 13px;
	font-weight : bold;
	color:#000000;
	background-color: #CBCDCB;
	height: 26px;
	filter:alpha (opacity=80); /* MS Internet Explorer */ 
	filter:progid:DXImageTransform.Microsoft.Alpha 
	(style=0, opacity=80) /* MS Internet Explorer proprietory */ 
	-moz-opacity: 0.8; /* Mozilla v1.6 and below */ 
}

.menu_td_on
{
	height: 26px;
	width:100%;
	padding-left:15px;
	padding-right:10px;
	font-size: 13px;
	font-weight : bold;
	color:#352B2C;
	cursor: pointer;
	background-color: #F1E4A7;
	filter:alpha (opacity=90); /* MS Internet Explorer */ 
	filter:progid:DXImageTransform.Microsoft.Alpha 
	(style=0, opacity=90) /* MS Internet Explorer proprietory */ 
	-moz-opacity: 0.9; /* Mozilla v1.6 and below */ 
}

.text
{
	font-family: Tahoma; 
	font-size: 10pt; 
}


.form_fld
{
	font-family: Tahoma;
	font-size: 13px;
	color: #333333; 
	border: 1px solid #808080
	background-color: #FFFFFF;
}

.btn
{
	color: #000000; 
	font-family: Tahoma; 
	font-size: 10pt; 
	background-color: #FFCC00;
}

.btn_s
{
	color: #333333; 
	font-family:Tahoma; 
	font-size: 10pt; 
	font-weight: bold; 
	border: 1px solid #FF9900; 
	background-color: #EAEAEA;
	height:20px;
	width:20px;
}

.btn_L
{
	color: #333333; 
	font-family:Tahoma; 
	font-size: 10px; 
	font-weight: bold; 
	border: 1px solid #FF9900; 
	background-color: #EAEAEA;
	height:23px;
	width:23px;
}

.btn_LON
{
	color: #333333; 
	font-family:Tahoma; 
	font-size: 10px; 
	font-weight: bold; 
	border: 2px solid #ff6600; 
	background-color: #EAEAEA;
	height:23px;
	width:23px;
}

.teftbar_link{
	color:#000000;
	font-size: 9pt;
	text-decoration: none;
	font-weight : bold;
}

.lang_combo{
	font-size:13px;
	color:#FF9900;
	font-weight : bold;
	font-family:Tahoma; 
	cursor: pointer;
	background-color: #000000;
	text-align: center;
	padding-left:5px;
	width:90px;
}