/* CSS Document */

div.printVs{
display: visible;
}
table.images{
display:none;
}
p{
font-family: arial, helvetica, sans;
font-size: 12px; 
color: #000; 
text-align: left;
vertical-align:top;
line-height: 1.5em;
}
td.left{
font-family: georgia,times,serif;
font-size: 12px; 
color: #333; 
padding-top:4px;
}
span.author{
font-weight:bolder;
padding-bottom:4pt;
}
a{
color: #000;
text-decoration: none;
font-weight:bolder;
}
a:hover{
color: #000;
text-decoration: underline;
}
img{
border:none;}