/* 
   1. Top Right Bottom Left 
   2. Vertical align : height and line-height must be the same
*/

/* NEWS Scroller */
.scroller_title { font-size: 14px; font-weight: bold; color:#034684; text-decoration:none; }
.scroller_description { font-size: 11px; font-weight: normal; color:#034684; text-decoration:none;}
.scroller_link:link, .scroller_link:active, .scroller_link:visited { 
	font-size: 11px; 
	font-weight: normal; 
	color:#FFFFFF; 
	text-decoration:none;
	background-color:#FE7F3A;
	padding:0 4px;
}
.scroller_link:hover { text-decoration:underline; background-color:transparent; color:#FE7F3A;}

h2 { font-size:16px; margin:0; color:#034684; border-bottom: 1px dashed #034684; }
