/* 广州论坛，CSS由“源码吧”站长源码完成编写 */
/* http://www.gzbb.com 标准css文档 */ 
/* 修改本文档请添加注释 */
/* 2003-7-20 */

/* 定义整个页面字体的大小、颜色、行宽，定义的MS Shell Dlg字体无需修改自动适用于中英文版本 */
/* 需要定义页面背景可以使用 background-image: url(../someFolder/some.gif); */

body{
	background-color: #ffffff;
	margin : 0px 0px 0px; 
	/* background-image: none; 
	 background-image: url(../images/bg.jpg); 
	 background-color: #E5E9D7;*/
}
/* 定义表格TD文字 */
td {
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size : 9pt;
	color: #084A5A;
	line-height : 18px;
}

/* 定义文本输入框字体 */
TEXTAREA, INPUT,SELECT{
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size : 9pt;
	color: #084A5A;
}

form {margin:0pt;}

hr{ border: 1px dotted #666666;}


/* 定义连接颜色 */
a:link { color: #084A5A; text-decoration: underline} 
a:visited { color: #084A5A; text-decoration: underline} 
a:active { color: #990000; text-decoration: underline} 
a:hover {
	color: #FF0000;
	text-decoration: none;
	right: 1px;
	clip:  rect(auto auto auto auto);
	position: relative;
	bottom: 1px;
	text-decoration: underline;
} 

a.ad:link {font-size:16px;color:#000; text-decoration:none;font-weight:bold;}
a.ad:visited{font-size:16px;color:#006699; text-decoration:none; font-weight:bold;}
a.ad:hover{font-size:16px;color:#000;text-decoration:none;}
a.ad:active{font-size:16px;color:#000;text-decoration:none;}

a.head:link { color: #ffffff; font-size: 10.5pt;font-weight: bold; text-decoration: underline} 
a.head:visited { color: #ffffff; font-size: 10.5pt;font-weight: bold; text-decoration: underline} 
a.head:active { color: #ffffff; font-size: 10.5pt;font-weight: bold; text-decoration: none} 
a.head:hover {
	color: #FF0000;
	text-decoration: none;
	right: 1px;
	clip:  rect(auto auto auto auto);
	position: relative;
	bottom: 1px;
	text-decoration: underline;
	font-size: 10.5pt;
	font-weight: bold;
} 

a.foot:link { color: #ffffff; text-decoration: underline} 
a.foot:visited { color: #fffff; text-decoration: underline} 
a.foot:active { color: #ffffff; text-decoration: none} 
a.foot:hover {
	color: #FF0000;
	text-decoration: none;
	right: 1px;
	clip:  rect(auto auto auto auto);
	position: relative;
	bottom: 1px;
	text-decoration: underline;
}

.date {	
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 7pt;	
}
.topicTitle	{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif","宋体";
	font-weight: bold; 
	font-size: 20pt; 
	color: #FFFFFF;
	line-height : 21pt;
}
.notice{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif","宋体";
	color: #666666;
}
.warning {
	font-size: 10.5pt;
	color: #CC0000;
}
.whiteft {
	color: #ffffff;
}
.hotsale {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 18pt;
	color: #FF0000;
	font-weight: bold;
	line-height: 28px;
}
.newsTopic {
	font-size: 12pt;
	font-weight: bold;
	color: #FF6600;
}

.Title {
	font-size: 12pt;
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "宋体";
	font-weight: bold;
	filter: glow(color=lime strength=4 freq=1)center;
}
.count {
	font-family: "Tahoma";
	font-size: 7pt;
}
