
/* favorite.css  								*/
/* Created: Nov 29, 2007  							*/
/* Last Updated: Nov 29, 2007 							*/
/* Used to setup the favorite menu for the users to add to their favorites 	*/


    div.favBox {
    font-size: 100%;
    color: #000000;
    border: none;
    margin: 1em 0em 1em 1em; 
    padding: 1em;  
    background-color: #d6e0ec;
    }

    #dynamicMenuBox a.easyLink {
    color: #0000dd;
    background-color: transparent;
    padding: 1em 0em 0.15em 0em; 
    border-bottom: 1px dotted #0000dd;
    text-decoration: none;
    }

    .yellowBackground {
    background-color: #ffff00;
    }

    .blueText {
    font-size: 100%;
    color:rgb(0,51,153);
    }

