﻿/* BEGIN STYLES FOR NewsArticles widget */

.news-container {
    text-align:left;
}

.news-container .date {
    display:block;
    font-size:12px;
    padding:2px 0 6px 0;
    font-weight:bold;
}

.news-container .articleLink {
    font-size:12px;
}

.news-container .previewText {
    display:block;
    padding:14px 0 8px 0;
    font-size:11px;
}

.news-spacer {
	display:block;
	height: 4px;
}


/* END STYLES FOR NewsArticles widget */




/* BEGIN STYLES FOR news_article.aspx */
#lower-left-contents .left-contents-spacer {
	margin: 40px 0 0 0;
}

#lower-left-contents h1 {
	font-weight:bold;
	font-size:18px;
}

.left-dotted-line {
    width:88%;
    border-bottom:1px dotted rgb(166, 166, 166) !important;
    margin-bottom: 8px;
}

#lower-left-contents td {
	padding: 2px !important;
}

/* END STYLES FOR news_article.aspx */