.newsEntry
{
   margin-bottom: 25px;
}

.newsTitle 
{ 
   display: block; 
   font-size: 20px; 
   font-weight: bold; 
   margin-top: 0pt; 
   margin-right: 0pt; 
   margin-bottom: Opt; 
   margin-left: 0px; 
   color: #BD2117;
   line-height: 1.2;
}

.newsDate 
{ 
   margin-top: 0pt;
   margin-right: 0pt;
   margin-bottom: 25px;
   margin-left: 0px;
   padding-top: 0pt;
   padding-right: 0pt;
   padding-bottom: 0pt;
   padding-left: 0pt;
   line-height: 24px;
   font-weight: bold;
}

.newsArticle 
{ 
   margin-top: 0pt;
   margin-right: 0pt;
   margin-bottom: Opt;
   margin-left: 0px;
   padding-top: 0pt;
   padding-right: 0pt;
   padding-bottom: 0pt;
   padding-left: 0px;
   line-height: 24px;
}

.newsPhoto
{
   width: 634px;
   height: 255px;
   overflow-x: hidden;
   overflow-y: hidden;
   background-color: transparent;
   background-image: url(../images/frame3.png);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-x-position: 0%;
   background-y-position: 0%;
   margin-bottom: 28px;
}

.newsPhoto img 
{
   border-top-width: medium;
   border-right-width: medium;
   border-bottom-width: medium;
   border-left-width: medium;
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
   border-top-color: -moz-use-text-color;
   border-right-color: -moz-use-text-color;
   border-bottom-color: -moz-use-text-color;
   border-left-color: -moz-use-text-color;
   display: block;
   margin-top: 17px;
   margin-right: 0pt;
   margin-bottom: 0pt;
   margin-left: 18px;
}

.newsLink
{
   text-align: right;
   text-decoration: underline;
   color: #BD2117;
   cursor: pointer;
}

.newsLink a
{
   color: #BD2117;
}

.newsLink a:hover 
{
   text-decoration: none;
}

.newsLink a:focus
{
   outline-color: invert;
   outline-style: none;
   outline-width: medium;
}

.newsItemShown 
{
   display: block;
}
   
.newsItemHidden
{
   display: none;
}
