﻿body {
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	background-color:#686B6C;
}

a:link,a:visited,a:active {
	color:#EAEEEF;
	text-decoration: none;
}
a:hover {
	color: #EAEEEF;
	text-decoration: underline;
}

td {
	font-family: Arial,Verdana,宋体;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	color: #AFB0B2;
}

input {
	font-family: Arial,Verdana,宋体;
	font-size: 12px;
	padding-top:2px;
}

.menu_out {
	color: #C7C7C9;
	cursor:hand;
	background-image: url("images/menu_bg.gif");
}
.menu_over {
	color: #FEFFFF;
	cursor:hand;
	background-image: url("images/menu_bg_over.gif");
}

.main {
	border-left:1px dotted #4B5155;
	border-right:1px dotted #4B5155;
}

.SubMenu{
	border-right:1px dotted #4B5155;
	padding-top:5px;
	width:178px;
}

.SubMenuOver {
	cursor:hand;
	color:#EAEEEF;
	background-color:#535556;
	height:22px;
}

.SubMenuOut {
	cursor:hand;
	color:#A9ACAD;
	background-color:#5C5F60;
	height:22px;
}
