@charset "UTF-8";
#navigation_news {
	height: 35px;
	background-color: #474747;
	font-family: verdana;
	font-size: 12pt;
	text-align: center;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	width: 847px;
	position: relative;
}

#NEWS_news {
    text-transform: uppercase;
    background-color: #fc6600;
    color: #000;
    font-weight: bold;
    width: 121px;
    position: absolute;
    height: 25px;
    padding-top: 10px;
    text-align: center;
    font-size: 10pt;
}

#HOME_news {
    text-transform: uppercase;
    background-color: #474747;
    color: #999999;
    font-weight: bold;
    width: 121px;
    position: absolute;
    height: 25px;
    padding-top: 10px;
    text-align: center;
    font-size: 10pt;
    left: 724px;
}

#container_news {
    background-color: #333333;
    margin-top: 0px;
    overflow: hidden;
}
#container_news2 {
    background-color: #333333;
    margin-top: 0px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    overflow: hidden;
}
#footer_news {
    text-align: center;
    height: 60px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #333333;
    overflow: hidden;
    color: #ccc;
    font-family: verdana;
    font-weight: bold;
    font-size: 10pt;
    padding-top: 40px;
}

.newsHeadlineStyle {
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    color: #CCC;
    font-variant: normal;
    text-transform: capitalize;
}
.olderNewsHeadlineStyle {
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14pt;
    font-weight: bold;
    color: #CCC;
    font-variant: normal;
    text-transform: uppercase;
    letter-spacing: 1pt;
}

.dateStyle {
    text-align: left;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #999;
}

.newsStoryStyle {
    text-align: justify;
    font-size: 10pt;
    color: #CCC;
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.discussionPointsStyle {
    text-align: left;
    font-size: 9pt;
    color: #999;
    font-family: verdana;
}

.newsLinkStyle {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #fc6600;
    text-decoration: none;
}
