body
	{
	margin: 18px;
	font-family: "Akzidenz Grotesk", Helvetica, Arial, sans-serif;
	font-weight: bold;
	}

h1, h2, h3, h4, h5, h6, p
	{
	margin: 0;
	padding: 0 5px;
	border: none;
	}
	
h1
	{
	font-size: 34px;
	}
	
h2
	{
	font-size: 24px;
	}

p
	{
	margin: 0;
	padding: 0 5px 12px 5px;
	font-family: "Akzidenz Grotesk", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

table
	{
	width: 670px;
	margin: 0;
	}
	
th
	{
	text-align: left;
	vertical-align: top;
	}
	
a
	{
	color: #f00;
	text-decoration: none;
	}	
	
a img
	{
	border: none;
	}
	
td
	{
	position: relative;
	}
	
.desc
	{
	position: absolute;
	width: 66px;
	height: 106px;
	margin: 5px;
	padding: 6px;
	background: #fff; /* transparent url(images/bg.png); */
	border: 1px solid #ccc;
	font-size: 12px;
	color: #0099cc;
	text-transform: uppercase;
	display: none;
	z-index: 2;
	}

a:hover .desc
	{
	/* display: block; */
	}