BODY 
{
font-size: 9pt;
padding: 0em;
margin: 0em;
background-color: white;
letter-spacing:0em;
color: black;
font-family: Verdana, Sans-Serif;
}

table#basket
{
  width:100%;
  border-bottom:1px #CCA866 solid;
  border-top:1px #CCA866 solid;
}
table#basket th
{
    border-bottom:1px #CCA866 solid;
    vertical-align:top;
}
table#basket tr#tot
{
    border-top:1px #CCA866 solid;
}
table#basket tr#val
{
    border-top:1px #CCA866 solid;
}

table#basket td
{
	vertical-align:top;
}

table#basket td.num
{
	text-align:right;
}
table#basket td.center
{
	text-align:center;
}
table#display td
{
	vertical-align:center;
}
table#glossary
{
	width:100%;
}
table#glossary td.term
{
	font-weight:bold;
}
table#glossary td.meaning
{
}
#plib_content a
{
font-size: 1em;
font-weight: bold;
text-decoration: none;
color: blue;
}
/*=========================== FAQ ============================*/
#faq
{
	width:600px;
}
#faq dd
{
	border: 1px dotted #FFD96D;
	padding:1em;
	margin:0.5em;
}




