body {
	margin:0 auto;
}
table{
margin:0 auto;
}
.css {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #51120B;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000;
	text-decoration: none;
 border:0;
}

.thumbImage {max-width: 79px;max-height: 69px;} /* for Firefox & IE7 */
*.thumbImage { /* for IE6 */
width: expression(this.width > 79 && this.width > this.height ? 79 : "width");
height: expression(this.height > 69 ? 69 : "height");
}
.thumbImage2 {max-width: 95px;max-height: 95px;} /* for Firefox & IE7 */
*.thumbImage2 { /* for IE6 */
width: expression(this.width > 95 && this.width > this.height ? 95 : "width");
height: expression(this.height > 95 ? 95 : "height");
}
