/*
	News
*/
table#newsblock             { margin-bottom: 5px; background-color: #dfd;  border: 1px solid #006600; }
table#newsblock tr th.title { font-size: smaller; font-weight: bold; color: #fff; background-color: #063; text-indent: 6px; padding: 2px; }
table#newsblock tr td  { background-color: #dfd; margin: 8px 8px 0px 8px; }
table#newsblock tr td img  { margin-bottom: 5px; border: 1px solid; margin-left: 4px; } 
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; */

