/*
	News
*/
table#newsblock             { margin-bottom: 5px; background-color: #dfd; border: 1px solid #060; height: 250px;}
table#newsblock tr th.title { font-size: smaller; font-weight: bold; color: #fff; background-color: #393; text-indent: 6px; padding: 2px; }
table#newsblock tr td  { background-color: #dfd; margin-bottom: 0px; padding: 4px 4px 4px 4px; }
table#newsblock tr td img  { margin-bottom: 5px; border: 1px solid; } 
table#newsblock tr td .title     { font-weight: bold; text-decoration: none; font-size: 80%; } /* color: #000; */
table#newsblock tr td .subtitle  { font-weight: bold; text-decoration: none; font-size: 70%; } /* color: #000; */
table#newsblock tr td .newsblurb { font-weight: normal; color: #000; font-size: 75%; }
table#newsblock tr td .source    { font-weight: bold; text-decoration: none; font-size: 70%; } /* color: #666; */


/*
	Business Directory
*/

table#busblock              { margin-bottom: 5px; background-color: #dfd; border: 1px solid #060; }
table#busblock tr th.title  { font-size: smaller; font-weight: bold; color: #fff; background-color: #393; text-indent: 6px; padding: 2px; } 
table#busblock tr td.column { font-size: smaller; background-color: #dfd; }
table#busblock tr td.column div { margin: 12px 8px 12px 8px; }
table#busblock tr td.column div a b {  } /* color: #000; */
table#busblock tr td.column div a { } /* color: #333; */

