﻿.NewsPart {
   border: solid 1px #cccccc;
}

.NewsPart .container {
   margin: 2px;
   background-image: url(../Images/Section-Header-Bg.GIF);
   background-repeat: repeat-x;
}

.NewsPart .container .header {
   height: 31px;
   margin: 0px 6px 0px 6px;
   border-bottom: solid 2px #cccccc;
   font-size: 16px;
   line-height: 31px;
   text-indent: 3px;
   cursor: pointer;
}

.NewsPart .container .body .item a, .NewsPart .container .body .item a:visited {
   display: block;
}

.NewsPart .container .body .item a:hover {
   color: #74a5cd;
   text-decoration: none;
}

.NewsPart .container .body .item {
   background-repeat: no-repeat;
   line-height: 16px;
}

.NewsPart .container .body .more {
   line-height: 25px;
   text-align: right;
   margin-right: 10px;
   color: #74a5cd;
}

.NewsPart .container .body .more a {
   color: inherit;
}

h1 a.NewsLink, h1 a.NewsLink:visited {
   display: block;
}

h1 a.NewsLink:hover {
   text-decoration: none;
}
