div#Teaser {}

div#Teaser img { border: none; display: block; margin: auto }

div#Teaser table { display: block; margin: auto }

div#Teaser table img { border: none; display: block }


h2#NewsHeading { border: 2px solid #ddd; background-color: #333; color: #fff; padding: 4px 5px; width: 586px; font-family: Verdana, sans-serif; font-size: 14px; text-align: left; margin: 0 auto }

/*	Note: Opera renders the scrollbar gutter and a strip following the news box
	contents transparent (the page background shows through).  Setting a
	background color for the news box colors the gutter, but not the strip.

	Update: After some changes, Opera stopped rendering the strip.
*/

div#NewsBox { border-left: 2px solid #ddd; border-right: 2px solid #ddd; border-bottom: 2px solid #ddd; width: 596px; height: 150px; overflow: auto; margin: auto }

div#NewsBox p { padding: 8px; font-family: Verdana, sans-serif; font-size: 10px; font-weight: normal; text-align: left; margin: 0 }
div#NewsBox p.Odd { background-color: #fff; color: #000 }
div#NewsBox p.Even {background-color: #eee; color: #000 }
div#NewsBox p + p { border-top: 1px solid #999 }