body
{
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
td.title
{
	text-align: center;
	background: #cc9;
}
td.navbar
{
	text-align: center;
	background-image: url('images/navbar.gif');
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 27px;
}
td.navbar a
{
	color: #fff;
	text-decoration: none;
}
td.navbar a:hover
{
	text-decoration: underline;
}
p, td
{
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}
div.content
{
	text-align: center;
}
/*.content td
{
	text-align: left;
}*/
h1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}
h2
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
address
{
	margin-top: 2em;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}
address a
{
	color: #000;
}

.caption
{
	font-size: 9px;
	text-align: center;
}
table.catalogue { border-collapse: collapse; }
.even { background-color: #eee; }
.odd { background-color: #ddd; }