/* CSS Document */

body {
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
}
td {
	font-size: 12px;
	color: #000000;
}
/* 导航菜单链接样式 */
.menulink {
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}
.menulink a:link {
      font-size:12px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.menulink a:visited {
      font-size:12px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.menulink a:hover {
      font-size:12px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
/* 全局链接样式 */
A:link {
	COLOR: #000000;
	text-decoration: none;
}
A:visited {
	COLOR: #333333;
	text-decoration: none;
}
A:hover {
	COLOR: #00CC00;
	}