/* 设置整个页面：主要是默认字体及大小，页面上部的空白宽度*/
body
{
	margin-top:20px;
	padding: 0px;
	border:0px;
	font-family:  '@华文楷体 @楷体_GB2312';
	font-size: 14px;
	color: #000000;
}

/*设置超级链接样式*/
A 
{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
A:hover
{
	font-size: 14px;
	color: #FF3366;
	text-decoration: underline;
}

A.biaotil
{
	font-size: 18px;
	font-weight:200;
	color: #CCCCCC;
	text-decoration: none;
	/*filter: Shadow(Color=#333333, Direction=90);*/
}
A.biaotil:hover 
{
    font-size: 18px;
	color: #FF3300;
	text-decoration: none;
background-color:#ffff00;
}

A.biaotir
{
	font-size: 13px;
	color: #006600;
	text-decoration: none;
	/*filter: Shadow(Color=#333333, Direction=90);*/
}
A.biaotir:hover 
{
    font-size: 14px;
	color: #006600;
	text-decoration: none;
}
/*设置表格样式*/
table.top
{
	background-repeat:no-repeat; 
	background-position:bottom;
}
table.middle
{
	 background-repeat:repeat-y; 
	 background-position:center;
}
table.bottom
{ 
	background-repeat:no-repeat; 
	background-position:top;
}
 
.biaoti{ font-size:16px; color:#CCCCCC;}
.newsl{height:20px;background:url(../../../StyleModel/Style5/images/dot.gif) no-repeat;padding-left:20px;margin-top:5px;font-size:14px;border-bottom:dotted orange 1px;}
