/*This is used for the top ten i-frames on for autumngold pages only.  They appear in the Advanced/ManagedFutures/Content SubLeaf/ManagedFutures/Content & index.php pages set individual topten.css pages for broker clients in their css folders
green highlight color was #C5D2C8
*/


p, table
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
	/*letter-spacing: 1 px;*/ 
	color: #1E3CA3;
}



/*gray green color used for data tables*/

.highlight
{
    background-color: #EEE5DE;
}


/* blue uised for links throughout site*/

a, a:visited, a:link
{
    color: #0033CC;
    text-decoration: none;
}

/* orange yellow used to indicate hover*/

a:hover, a:active
{
    color: #CC6600;
    text-decoration: none;
}


