/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/

/*-- container master                  --*/ #news_blue .master { margin: 0px 5px 10px 5px; background: transparent; height: 100% }
/*-- container title token             --*/ #news_blue .BLS06Title { font-size: 16px; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #d0e1f3; font-weight: normal; }
/*-- container title cell              --*/ #news_blue .BLS06TitleTD { height: 32px; width: 100%; vertical-align: bottom; padding: 0; background: url(images/06m.gif)}
/*-- container actions cell            --*/ #news_blue .BLS06ActionsTD { width: 0%; padding: 0;}
/*-- container content pane            --*/ #news_blue .BLS06Content { font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #FFF; padding: 5px 0 0 0;}
/*-- container content table           --*/ #news_blue .BLS06ContentTable { background: url(images/06m.gif);}
/*-- container Icons cell              --*/ #news_blue .BLS06Icons { text-align: right; padding: 5px 0 7px 0;}

/*-- top center section                --*/ #news_blue .BLS06T { background: url(images/06t.gif) top left repeat-x; vertical-align: middle; height: 23px; padding: 2px 0 0 0; }
/*-- top left section                  --*/ #news_blue .BLS06TL { background: url(images/06tl.gif) top left no-repeat; vertical-align: top; height: 23px; width: 10px; padding: 0; }
/*-- top right section                 --*/ #news_blue .BLS06TR { background: url(images/06tr.gif) top right no-repeat; vertical-align: middle; height: 23px; width: 10px; padding: 0; }

/*-- mid center section                --*/ #news_blue .BLS06M { background: url(images/06m.gif); vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ #news_blue .BLS06ML { background: url(images/06ml.gif) bottom left repeat-y; vertical-align: top; width: 10px; padding: 0; }
/*-- mid right section                 --*/ #news_blue .BLS06MR { background: url(images/06mr.gif) bottom right repeat-y; vertical-align: top; width: 10px; padding: 0; }

/*-- bottom center section             --*/ #news_blue .BLS06B { background: url(images/06b.gif) bottom left repeat-x; vertical-align: top; height: 17px; padding: 8px 0 0 0; }
/*-- bottom left section               --*/ #news_blue .BLS06BL { background: url(images/06bl.gif) bottom left no-repeat; vertical-align: top; height: 17px; width: 10px; padding: 0; }
/*-- bottom right section              --*/ #news_blue .BLS06BR { background: url(images/06br.gif) bottom right no-repeat; vertical-align: top; height: 17px; width: 10px; padding: 0; }

/*========================================================*/

#news_blue p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 120%;
	margin: 5px 0px 5px 0px;
}
#news_blue A:link, #news_blue A:visited, #news_blue A:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #e4e4e4;
	text-decoration: none;
}
#news_blue A:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
#news_blue HR {
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
}