
h1 {
	font-size: 14pt;
}

a.TopMenuLink:link,a.TopMenuLink:visited{
	color: #FFFFFF; 
	font-size: 14px; 
	text-decoration: none; 
	font-weight: bold 
}

a.TopMenuLink:hover,a.TopMenuLink:active{
	color: #FFFFFF; 
	font-size: 14px; 
	text-decoration: underline; 
	font-weight: bold  
}

/*====== ticker ===========*/

#ticker{
	width:794px;
	margin:0 auto;
	padding-left:11px;
	background:url(images/ticker-left.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#ticker-right{
	padding-right:10px;
	background:transparent url(images/ticker-right.gif) no-repeat top right;
}

#ticker-mid{
	width:100%;
	height:36px;
}

#ticker-mid-cont{
	display:block;
	width:680px;
	margin:0 auto;
	overflow:hidden;
}

#ticker-mid-cont div{
	float:left;	
	width:600px;
	height:34px;
	border:0;
	overflow:hidden;
	position:relative;
	
}

#ticker-mid-cont dl{
	width:20000px;
	position:absolute;	
	left:0;
	overflow:hidden;
	padding:0;
} 

#ticker-mid-cont dd{
	float:left;
	/*width:600px;*/
	list-style:none;
	line-height:34px;
	font-family: Arial;
	font-size: 12pt;
	
}

#ticker-mid-cont dd a{
	color:#1b159d;
	text-decoration:none;
	font-family: Arial;
	font-weight:bold;
	font-size:12px;
}

/*========= Menu ===============*/

.menu_selected {
    color: yellow !important;
}