﻿/* CSS Document */
.newsTable
{
	width:418px;
	height:18px;
	padding-top:2px;
	border-bottom:dotted 1px #000;
}
.tbLeft
{
	width:42px;
	text-align:left;
}
.tbRight
{
	width:66px;
	text-align:left;
}
.tbMiddle
{
	width:310px;
	text-align:left;
}
.newsTop
{
	color:red;
}
/*a:link,a:visited,a:hover,a:active
link:连接平常的状态 active:连接被按下的时候 visited:连接被访问过之后 hover:鼠标放到连接上的时候*/
.newsTop a
{
	color:#f00;
	vertical-align:bottom;
	text-decoration:none;
}
.newsTop a:link
{
}
.newsTop a:visited
{
}
.newsTop a:hover
{
	BORDER-BOTTOM: #000 1px dashed; 
}
.newsTop a:active
{
}

.news a
{
	color:#000;
	vertical-align:bottom;
	text-decoration:none;
}
.news a:link
{
}
.news a:visited
{
}
.news a:hover
{
	BORDER-BOTTOM: #000 1px dashed; 
}
.news a:active
{
}

/*其他table*/
.otherTable1
{
	width:316px;
	height:18px;
	padding-top:2px;
	/*border-bottom:dotted 1px #000;*/
}

.tbMiddle2
{	
	width:208px;
	text-align:left;
}


/*其他table*/
.otherTable3
{
	width:578px;
	height:30px;
	font-size:12px;
	font-weight:700;
	margin:0 auto;
	background-color:Transparent;
	border-bottom:dotted 1px #000;
}

.tbLeft3
{
	width:48px;
	text-align:left;
}
.tbRight3
{
	width:96px;
	text-align:right;
}

.tbMiddle3
{
	width:434px;
	text-align:left;
}
