/* overlib generates
<table class-"olBG">
  <tr>
    <td>
      <table>
        <tr>
          <td class="olCAPTION">caption test</td>
        </tr>
      </table>
      <table class="olFG">
        <tr>
          <td class="olTEXT">text</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
*/
table.olBG td,
table.olBG tr,
table.olBG table,
table.olBG table tr,
table.olBG {
	border-collapse:	collapse;
	background-color:	transparent;
	background-color:	#7F7F4C;
	margin:	0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
	width:	300px;
/*width:auto; */
	border:	1px none black;
}
table.olBG {
	border:	1px solid black;
}
table table td.olCAPTION {
	margin:	0px 0px 0px 0px;
	padding:	0px 2px 0px 2px;
	width:	100%;
	font-size:	14px;
	font-weight:	bold;
	color:	white;
	border:	1px none black;
}



table.olFG td,
table.olFG tr,
table.olFG table,
table.olFG {
	border-collapse:	collapse;
	background-color:	#CCCC99;
	margin:	0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
	width:	100%;
	font-weight:	normal;
	color:	black;
	border:	1px none black;
}
table.olFG {
}
table table td.olTEXT {
	background-color:	#CCCC99;
	margin:	0px 0px 0px 0px;
	padding:	0px 2px 0px 2px;
	width:	100%;
	font-size:	12px;
	color:	black;
	border:	1px none black;
}
