﻿#nwsListDIV {
}
.nwsListTbl {
}
a.nwsImgLink {
}
.nwsThumbImg {
  width:100px;
  float:left;
  margin-right:5px;
  margin-bottom:5px;
  border:solid 1px #3D5989;
}
.nwsTitleP{
  margin-bottom:5px;
}
.nwsTitleDate{
  font-weight:bold;
  font-size:100%;
}
.nwsTitleTxt{
  font-weight:bold;
  font-size:110%;
}
.nwsListSeparatorHR {
  color:#444444;
  height:1px;
  padding:0px;
  margin-bottom:5px;
  margin-top:3px;
}
a.nwsTxtLink:link, a.nwsTxtLink:visited {
  color:#000000;
  font-size:90%;
}
a.nwsTxtLink:hover {
  background-color:#000000;
  color:White;
  font-size:90%;
}


#nwsArticleDIV {
}
.nwsHeader {
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom: solid 1px #444444;
}
#nwsArticleDIV .nwsTitleDate{
  font-weight:bold;
  font-size:120%;
}
#nwsArticleDIV .nwsTitleTxt{
  font-weight:bold;
  font-size:130%;
}
.nwsContent {
}


#nwsScrollListDIV {
  width: 165px;
}
#nwsScrollListDIV * {
  color:#27176F;
}
#nwsScrollContainer{
  position: relative;
  width: 160px; /*marquee width */
  height: 150px; /*marquee height */
  background-color: white;
  overflow: hidden;
  border: 1px solid #3D5989;
  padding: 2px;
}
#nwsScrollContent {
  text-align:left;
}
#nwsScrollContent img.nwsThumbImg {
  width:50px;
  border: solid 1px #3D5989;
  margin-right:3px;
  margin-bottom:3px;
}
#nwsScrollContent .nwsTitleDate{
  color:#27176F;
  font-size:10px;
  font-weight:bold;
  margin-bottom:3px;
}
#nwsScrollContent a.nwsTitleLink:link, #nwsScrollContent a.nwsTitleLink:visited {
  color:#27176F;
  font-size:10px;
  text-decoration:none;
}
#nwsScrollContent a.nwsTitleLink:hover {
  text-decoration:underline;
}
#nwsScrollListDIV .nwsListSeparatorHR {
  color:#3D5989;
  height:1px;
  padding:0px;
  margin-bottom:3px;
  margin-top:5px;
}
