table {

	font-family: Verdana, "宋体";

	font-size: 12px;

	color: #6C9CC5;

}

.mainbg {

	background-image: url(/Images/mainbg.jpg);

	background-repeat: repeat-x;

	margin-top: auto;

	margin-right: auto;

	margin-bottom: auto;

	margin-left: auto;

	padding-top: 26px;

}

.topbg {

	background-image: url(/Images/topbg.jpg);

	background-repeat: repeat-y;

}

.boxbg {

	background-image: url(/Images/boxbg.gif);

	background-repeat: repeat-x;

	border-top-width: 0px;

	border-right-width: 1px;

	border-bottom-width: 0px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #71AAD6;

	border-right-color: #71AAD6;

	border-bottom-color: #71AAD6;

	border-left-color: #71AAD6;
	
	background-position: bottom;

}

.box2sides {

	border-top-width: 0px;

	border-right-width: 1px;

	border-bottom-width: 0px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #A8D1F6;

	border-right-color: #A8D1F6;

	border-bottom-color: #A8D1F6;

	border-left-color: #A8D1F6;

}

body {

	background-image: url(/Images/mainbg.jpg);

	background-repeat: repeat-x;

	background-position: center 80px;

}

.card_Normal {

	font-family: Verdana, "宋体";

	font-size: 14px;

	cursor: hand;

}

.card_Selected {

	font-family: Verdana, "宋体";

	font-size: 14px;

	color: #FF6600;

}

a:visited {

	color: #136EBF;

	text-decoration: none;

}

a:hover {

	color: #FF6600;

	text-decoration: none;

}

a:link {

	color: #136EBF;

	text-decoration: none;

}

