/* CSS Document */
body {
  margin: 0;
	padding: 0;
}
.nms_adm_form {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 17px;
}
.nms_usrf_news_div a:visited{
  color:#551a8b;
}
.nms_usrf_left_margin {
  margin-left: 12px;
  
}
/**
* This encapsulates each news
*/	 
.nms_usrf_news_div {
	margin-bottom: 20px;
	letter-spacing: 1px;
}
/**
* Each news timestamp is encapsulated in such a div
*/
.nms_usrf_news_timestamp_div {
	font-weight: bold;
}
/**
* Each news title is encapsulated in such a div
*/
.nms_usrf_news_title_div {
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
/**
* Each subject (the generally visible part below the title) is enclosed in such a div
*/
.nms_usrf_news_subject_div {
  font-weight: normal;
}
.nms_usrf_news_subject_div strong,
.nms_usrf_news_subject_div em {
		line-height:13px;
}
.nms_usrf_news_subject_div a {
		color:#0000ee;
		line-height:13px;
}
.nms_usrf_news_linkline_div {
	margin-top:-1px;
	font-weight: normal;
	color: #336699;
}
.nms_usrf_news_linkline_div a {
	font-weight: normal;
	color: #336699;
}
.nms_usrf_news_linkline_div a:visited {
	color: #336699;
}

/* Container for the link to the start of the page
*/
.nms_usrf_pagestart_link_div {
  visibility: hidden;
}

