/*全面背景样式*/
body{
	font-size:9pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	text-align:center;
	line-height:200%;
}
/*图片边框*/
img{
 border:none;
}
/*链接样式*/
a {
	font-size:9pt;
	color:#333333;
	text-decoration:none;
}
/*正常样式*/
a:link {
	text-decoration:none;
	color:#333333;
}
/*访问过后样式*/
a:visited {
	text-decoration: none;
	color:#666;
}
/*经过样式*/
a:hover {
	text-decoration:none;
	color:#FF0000;
}
/*点击时的样式*/
a:active {
	text-decoration:none;
}
/*表格样式*/
table{
font-size:9pt;
}
/*提示文字,灰色*/
.tip{
	font-size:9pt;
	color: #FFFFFF;
}
/*提示文字链接样式*/
.tip a{
 color:#FFFFFF;  
 text-decoration:none;
}
.tip a:visited{
  color:#FFFFFF;  
 text-decoration:none;
}

.intxt{
height:15px;
border:1px solid #eaeaea;
}
