﻿body
{
	margin: 0px;
	font-size: 12px;
}

td
{
	font-size: 12px;
}
A:link
{
	color: #3a3a3a;
	text-decoration: none;
}
A:visited
{
	color: #3a3a3a;
	text-decoration: none;
}
A:hover
{
	color: #ff0000;
}
.menu
{
	color: #000000;
	padding-top: 2px;
	font-family: 宋体;
	background-color: #19195c;
}
.menu A:link
{
	color: #ffffff;
}
.menu A:visited
{
	color: #ffffff;
}
.menu_over
{
	padding-top: 2px;
	background-color: #696969;
	cursor: hand;
	text-decoration: underline;
	font-family: 宋体;
}
.menu_over A:link
{
	color: #ffff66;
}
.menu_over A:visited
{
	color: #ffff66;
}
.Popup
{
	background-color: Gray;
	filter: alpha(opacity=80);
}

.thumbImage
{
	max-width: 170px;
	max-height: 130px;
}
/* for Firefox & IE7 */
* html .thumbImage
{
	/* for IE6 */
	width: expression(this.width > 170 && this.width > this.height ?       "170px" :auto);
	height: expression(this.height > 130 ?      "130px" :auto);
}