﻿.TabTitle {
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}

.TabTitle a{
	font-size: 12px;
	color:#003366;
	text-decoration: none;
}

.TabTitle a:hover{
	font-size: 12px;
	color:#FF6600;
	text-decoration: underline;
}

.downt {
	font-size: 16px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

.downt a{
	font-size: 16px;
	color:#003366;
	text-decoration: none;
	font-weight: bold;
}

.downt a:hover{
	font-size: 16px;
	color:#FF6600;
	text-decoration: underline;
	font-weight: bold;
}	
	

.area {	
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;}
	
.area a{	
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;}
	
.area a:hover{
	font-size: 12px;
	color:#FF3300;
	text-decoration: none;}

/*判断字溢出 */

.ctltable{ 
border-collapse: collapse; 
table-layout:fixed} 
.ctltable td { 
text-overflow:ellipsis; 
overflow:hidden; 
white-space: nowrap; 
padding:2px} 
