﻿@charset "utf-8";
/* CSS Document */

#synopsis #words #h1Background {
	background:#9fa1a2 url(images/topRightNews.gif) right top no-repeat;
}
#synopsis #words #descriptionBackground {
	background:#6c6f70 url(images/botLeftNews.gif) left bottom no-repeat;
}
#mainContent #tableNews,
#mainContent #tablePressReleases {
	margin:10px 0 10px 12px;
	border:none;
	padding:0;
	width:500px;
}
#mainContent #tableNews th,
#mainContent #tablePressReleases th{
	padding:5px 10px;
	background-color:#CCCCCC;
	font-size:90%;
}
#mainContent #tableNews td,
#mainContent #tablePressReleases td{
	font-size:80%;
	padding:5px 10px;
	background:#ffffff url(images/dottedHorizontal.gif) bottom left repeat-x;
}
#mainContent #tableNews tr.alt td,
#mainContent #tablePressReleases tr.alt td{
	background-color:#eeeeee;
}
