	BODY {
	    background-color: #f5e9ce;			/*  背景色  */
	    overflow: auto;				/*  自动隐藏右侧的滚动条  */
	    background: #b9d5ff url(images/templatemo_main_bg.jpg) repeat-x top;
	}

	TABLE,TH,TD,P,INPUT,SELECT {  			/*  文字样式  */
	    color: #000;				/*  文字颜色  */
	    FONT-SIZE: 12px;				/*  字号  */
	    FONT-FAMILY: Tahoma, sans-serif, "宋体";	/*  字体  */ 
	}
	a:link    { color: #000; text-decoration: none}			/*  <a>标签内的文字颜色和上下划线  */
	a:visited { color: #000; text-decoration: none}			/*  已访问的<a>标签  */
	a:hover   { color: #000; text-decoration: underline overline}	/*  鼠标悬停于<a>标签之上时的文字格式  */
	.button {
	background-color: #FFFFFF;
	border: 0px none #067eb5;
	}
.inputbox {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #067eb5;
	border-right-color: #067eb5;
	border-bottom-color: #067eb5;
	border-left-color: #067eb5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.style3 {font-size: 14px;vertical-align: top; font-family: "宋体"; color: #000; }
.notice {font-size: 16px;vertical-align: top; font-family: "宋体"; color: #ff0000; }