/*定义body及td的缺省值*/
body,table,button,input,select,textarea {
	font-size:12px;font-family: 
}
body {
	background-image:url(/post183/image/bg.gif);
}
caption {
	font-size:16px;
	font-weight:bold;
}
td.news {
	line-height:160%;
	font-size:14px;
	/*text-indent:2em;*/
}
td.hg {
	line-height:150%;
}
td.title {
	font-size:18px;
	color:#0E75E7;
	font-weight:bold;
}
.jswm_title {
	font-size:14px;
	color:#187890;
	font-weight:bold;
}
hr {
	height:1;
}
/*li {
	list-style-image: url(../image/dot2.gif);
}*/

/*定义图片显示样式。*/
.left {
	float: left;
	margin-right: 12px;
	/*margin-bottom: 1px;*/
}
img.right {
	float: right;
	margin-left: 12px;
	margin-bottom: 1px;
}

/*定义文字链接样式*/
.default {
	font-size: 12px;
	color:#000000;
}
.default a:visited { 
	color:#000000;
	text-decoration:none;
}
.default a:link { 
	color:#000000;
	text-decoration:none;
}
.default a:hover {  
	text-decoration:none; 
	position: relative;
	left: 1px;
	top: 1px;
}

/*定义会员管理链接样式*/
.hy {
	font-size: 12px;
	color:#000000;
}
.hy a:visited {  
	color:#000000;
	text-decoration: none;
}
.hy a:link { 
	text-decoration:none;
	color:#000000;
}
.hy a:hover {  
	text-decoration: underline; 
	position: relative;
	left: 1px;
	top: 1px;
}

/*定义菜单的文字链接样式*/
.menu {
	font-size:12px;
}
.menu a:visited {  
	color: #000000;
	text-decoration: none;
}
.menu a:link {  
	color: #000000; 
	text-decoration: none;
}
.menu a:hover {  
	color: #FF5500;
	text-decoration:none;
}

/*定义网上超市菜单的文字链接样式*/
.chaoshi {
	font-size:12px;
}
.chaoshi a:visited {  
	color: #000000;
	text-decoration:underline;
}
.chaoshi a:link {  
	color: #000000; 
	text-decoration:underline;
}
.chaoshi a:hover {  
	color: #000000;
	text-decoration:underline;
	left: 1px;
	top: 1px;
}

/*定义各表单项的样式*/
button {
	height:21px;
	/*background:#CCFFCC;*/
}
.form {  
	background:#FFFFFF;
	border:1 solid #000000;
	height:18px;
}

/*定义新闻的更多按钮的文字样式*/
.info {
   font-size:12px;
}
.info a:visited {
   color:#000000;
   text-decoration:none;
}
.info a:link {
    color:red;
	text-decoration:none;
}
.info a:hover {
    text-decoration:none; 
	position: relative;
	left: 1px;
	top: 1px;
}