




/* -- news - switchmenu -- */
#masterdiv {
	width: 100%;
	margin: 0px 0px 10px 15px;
	float: right;
	display: block;
}
#masterdiv .menutitle {
	width: auto;
	background: #174d8b;
	font: bold 11px arial;
	color:#FFF;
	padding:2px 2px 2px 5px;
	margin: 0px 0px 1px 0px;
	cursor:pointer;
}
#masterdiv .submenu {
	margin: 0px 0px 5px 0px;
}
#sm_link {
	background: #3770b7;
	font: bold 11px arial ;
	padding: 2px 0px 2px 10px;
	margin: 1px 0px;
	color: #3270ad;
}
#sm_link .menu_side {
	color: #FFF;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#sm_link a:hover {
	color: #dcdcdc;
}


/* -- news table -- */
#news_frm {
	width: 100%;
	background: #FFF;
	border: solid 1px #cccccc;
}
#news_frm .heading {
	background: #f3f3f3;
	font: bold 11px arial;
	padding: 3px 10px;
	border: solid #cccccc;
	border-width: 0px 0px 1px 0px;
}
#news_frm .articles {
	
}
#news_frm .articles ul {
	list-style: none;
	padding: 0px;
	margin: 10px;
}
#news_frm .articles ul li {
	background-image: url(images/link_square_grey.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}
#news_frm .articles a {
	color: #07519a;
	text-decoration: none;
}
#news_frm .articles a:hover {
	font: bold 11px arial;
}
#news_frm .view_more {
	text-align: right;
	padding: 0px 5px;
}
#news_frm .view_more a {
	background-image: url(images/arrow_blue_right.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font: bold 11px arial;
	color: #24346b;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#news_frm .view_more a:hover {
	color: #5a6eb6;
}



/* -- news article -- */
#news_article_frm {
	
}
#news_article_frm .back_link {
	width: 100%;
	text-align: right;
	margin: 0px 0px 15px 0px;
	float: right;
	display: block;
	clear: both;
}
#news_article_frm .back_link a {
	background-image: url(images/arrow_blue_right.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font: bold 11px arial;
	color: #24346b;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#news_article_frm .back_link a:hover {
	color: #5a6eb6;
}




















