
38°F Cloudy Wind: N at 15 mph Humidity: 55% Windchill: 32°F
Data from my ride.

I noticed that when I commented out the <cfdocumentsection> tag the
CSS would be there.
So I moved my <style> inside the <cfdocumentsection> tag and it uses
the CSS. :-)
go figure.
so I now have
------------------------------------
<cfoutput>
<cfdocument format="PDF" bookmark="yes">
<cfloop query="GetRemotes">
<cfdocumentsection name="#remoteLocationsMailingAddressRet.name#">
<style>
<!---
td{border-bottom: 1px solid ##cccccc; font-size: 10pt;}
-->
</style>
<cfdocumentsection name="#remoteLocationsMailingAddressRet.name#">
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1">
<tr valign="bottom">
<td>#remoteLocationsMailingAddressRet.name#</td>
</tr>
</table>
</cfdocumentsection>
</cfloop>
</cfdocument>
</cfoutput>
googles info:
http://code.google.com/apis/ajaxlibs/documentation/
The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. By using the google.load() method, your application has high speed, globally available access to a growing list of the most popular JavaScript open source libraries.
They also host