/* News Articles Custom Styles */
.DreamTable{
    width:100%; 
    border:1px solid lightgray; 
    text-align:center;    
}
.articleTitle { font: normal 12px Tahoma, Arial; color : #006600;  }
.articleTable {background-color:#FFFFFF; }
.dreamTopCell {
    background-color:#F5F5F5; 
    padding:2px 6px;
    font: normal 12px Tahoma, Arial; 
    text-align:right; 
    border-bottom:1px dotted black;     
}
.articleContentCell { vertical-align:top;  background-color: Transparent; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.FooterCell {text-align:right; padding: 3px; background-color:#F5F5F5; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }


A.Normal.MenuTop:link {
    text-decoration:    underline;
}

A.Normal.MenuTop:visited  {
    text-decoration:    underline;
}

A.Normal.MenuTop:active   {
    text-decoration:    underline;
}

A.Normal.MenuTop:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}