	.menu_bottom {
		background:	#F8F8F8;
	}
	select { font-size: 8pt; color: #22396B; background-color: #FFFFFF; border: #22396B 1px solid; }
    input.text { font-family: Arial; font-size: 8pt; color: #22396B; background-color: #FFFFFF; border: #22396B 1px solid; }
    input.search_text { font-family: Arial; font-size: 8pt; color: #22396B; background-color: #FFFFFF; border: #22396B 1px solid; }
    	.title {
		align:		center;
		text-align:	center;
		font-family:	Arial;
		font-size:	11pt;
		font-style:	normal;
		font-weight:	bold;
		color:		#F8F8F8;
		background:	#22396B;
	}
	a.menu_left:visited, a.menu_left:active, a.menu_left:link, a.menu_left:hover {
		font-family:	Arial;
		font-size:	10pt;
		font-style:	normal;
		font-weight:	bold;
		color:		#F8F8F8;
		text-decoration: none;
	}
	
	.normal_header {
		align:		center;
		text-align:	center;
		font-family:	Arial;
		font-size:	12pt;
		font-style:	normal;
		font-weight:	bold;
		color:		#22396B;
		background:	#F8F8F8;
		text-decoration: none;
	}
	.small_header {
		align:		left;
		text-align:	left;
		font-family:	Arial;
		font-size:	8pt;
		font-style:	normal;
		color:		#22396B;
		text-decoration: none;
	}
	
	
	.newElm .news_foot {
		font-size: 8pt;
	}
	.bgF0 {
		background-color: #F0F0F0;
	}
	.FL {
		float: left;
	}
	.row3 {
		position: relative;
		display: block;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.title_h2, h2, h2.title_h2 {
		position: relative;
		display: block;
		font-size: 20pt;
		color: black;
		font-family: Times New Roman;
	}
	
	.no_mark {
		list-style: none;
	}
	ul.inline_menu{
		position:relative;
		display:block;
		float:left;
		
		margin:0;
	}
	ul.inline_menu li{
		position:relative;
		display:block;
		float:left;
		margin:0;
	}
	ul.inline_menu li span.sep{
		position:relative;
		display:block;
		width:10px; height:35px;
		
		float:right;
		
		background-image:url("./sprite_icons.png");
		/*background-position:-1px -48px;*/
		background-position:-1px -46px;
	}
	ul.inline_menu li a{
		position:relative;
		display:block;
		float:left;
		padding:10px;
	}	
	
	ul.inline_menu li a .chatLink-Mini{
		font-size:8pt;
	}