   body      { background: white; color: black; margin: 0px; }
   img, table { border: 0px; }
   a:link    { color: blue; }       /* unvisited link */
   a:visited { color: #6699cc; }   /* visited links */
   a:active  { color: #6699cc; }    /* active links */
   a:hover   { color: #CC0000; }     /* color while mouse over link */

   .tight    { line-height: normal; }
   .vtop     { vertical-align: top; }
   .trow     { line-height: 1.5em; }
   .ctr      { text-align: center; }
   .lf       { text-align: left; }
   .rt       { text-align: right; }
   .lfc      { text-align: left; clear: both; }
   .rtc      { text-align: right; clear: both; }

   .lff      {
    text-align: left;
	float: left;
}
   .rtf      {
    text-align: right;
	float: right;
}
   .picrb    {
	float: right;
	border: 1px solid;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
}
   .piclb    {
	float: left;
	border: 1px solid;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
}