
/* This style sheet lists the style declarations for the various elements for "What's New" page and its second level page*/


/* Style for all the elements of the What's New Page */

.sec_nav_whats_new
{
    font-family: "Times New Roman",serif;
    font-size:15pt;
    background:#946f82;
    color:#eee8cd;
    padding-bottom:3px;
    padding-top:5px;
}


/* Roll over effect for the currently selected link in the secondary navigation bar for What's New*/

.sec_cur_sel_whtnew
{

    font-weight:bold;    
    font-family:"Times New Roman",serif;
    font-size:15pt;
    background:#946f82; 
    color:#eee8cd;
    padding-bottom:3px;
    text-decoration: none
}


/*Styles for the "return to top" link in the "what's new" page*/

.return_top_whats_new
{
font-family:"Times New Roman",serif;
color:#946f82;   
font-style:italic;
text-decoration:none
}



/*Styles for the right margin for the "What's New" Page*/

.right_margin_whats_new
{
background:#946f82;
}


/* Declaration of the list item property for the list items in the News Flashes pages*/

ul.square 
{
list-style-type: square
}
