/*--------------------- START general layout and template formatting ---------------------*/
body { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; background-color: #ffffff; margin: 0px 0px 0px 0px; /* t,r,b,l */ }
.clear { clear: both; } 

a, a:link, a:active, a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; } 

#td-portfolio-body { }
#td-portfolio-menu-tl { text-align: left; font-style:italic; font-size: 11pt; }
#td-portfolio-menu-tr { text-align: right; font-style:italic; font-size: 11pt; }
#td-portfolio-menu-main { text-align: center; font-size: 10pt; }
#td-portfolio-menu-main a { margin-left:10px; margin-right:10px; }
#td-portfolio-menu-main a.current { border-bottom: 1px solid #000; padding-bottom: 8px; } /* text-decoration: underline; */
#td-portfolio-menu-main a.current:hover { text-decoration: none; }
/*--------------------- END general layout and template formatting ---------------------*/

/*--------------------- START table styles ---------------------*/
.td { text-align: left; } /* default alignment */
.td-right { text-align: right; }
.td-center { text-align: center; }
.td-left { text-align: left; }
.tr-even { background:#ffffff; }
.tr-odd { background:#f0f0f0; }
/*--------------------- END table styles ---------------------*/

