/*定义总体*/
body {
	padding: 0; 
	margin: 0; 
	background:#fff;
	font: small "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
	color:#000;
	line-height: 1.5em;
}

/*定义链接*/
a {color: #414141; text-decoration:none;}
a:active {color:#6C757A;background:#fff; text-decoration:underline;}
a:hover {color: #6C757A; text-decoration:underline;}
a:visited {color:#414141; }

/*定义段落*/
p {	margin: 0 0 5px 0; }

form { margin:0;padding:0; }

/*定义图片*/
img{border:0;}

/*重要文字为红色*/
.important {
	color:#f00;
}

/*展开树状结构*/
.on {
	float:left;
	width:14px;
	height:14px;
	background-image:url("../images/show.gif"); 
}
/*收敛树状结构*/
.off {
	float:left;
	width:14px;
	height:14px;
	background-image:url("../images/noshow.gif"); 
}
/*说明性文字*/
.note{
	clear:both;
	padding:6px 12px;
	margin:4px 20px auto 20px;
	border:1px dotted #0f0;
}
.note p{margin: 0 0 3px 0; }

/*tab标签式网页*/
.TabMenu{
    padding:3px 8px 6px 8px;
    border:1px #fff solid;
	 border-bottom:none;
	 color: #fff;
    background-color:#AEA8E1;
    margin:1px;
	cursor : pointer;
}
.TabMenuActive{
	 padding:3px 8px 6px 8px;
    border:1px #fff solid;
	 border-bottom:none;
	 color:#fff;
    background-color:#E1AEA8;
    margin:1px;
}
.TabContent{
	clear:both;
    border:1px #A9C0E1 solid;
    padding:5px;
}
/*浮动框*/
.floater{
	float:right;
	width:110px;
	height:130px;
	text-align:center;
	margin:auto 180px auto auto;
	padding:2px 3px;
	border:1px dotted #00f;
}
