﻿/* CSS Document */
/* 公用式样 */

table{font-size:12px;font-family:宋体;}

span{font-size:12px;font-family:宋体;}

p{font-size:12px;font-family:宋体;}


.fs12{font-size:12px;}
.fs14{font-size:14px;}

.lh10{line-height:10px;}
.lh12{line-height:12px;}
.lh14{line-height:14px;}
.lh16{line-height:16px;}
.lh18{line-height:18px;}
.lh20{line-height:20px;}
.lh22{line-height:22px;}

/*阴影*/
.YinYing 
{
border-left:#666666 2px solid;
border-bottom:#dcdcdc 2px solid;
border-right:#dcdcdc 1px solid;
border-top:#666666 2px solid;
}

/* 所有表默认宽度及样式*/
.TableDefaultWidth
{
	width:775px;
	border-collapse:collapse;
	/*表格中加入：class="TableDefaultWidth" cellpadding=0*/
}

/*强制换行*/
.HuanHang
{
	word-break:break-all;
}

/*背景不重复*/
.BeiJingBCF
{
	BACKGROUND-REPEAT: no-repeat;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #CCCCCC;
}
a:link {color:#000000;font-size:12px;font-weight:normal;  text-decoration: none;}
a:visited {color:#000000;font-size:12px;font-weight:normal;  text-decoration: none;}
a:hover {color:#0099cc;font-size:12px;text-decoration:underline;}
a:active {color:#0099cc;font-size:12px; text-decoration:underline;}

.top:link {color:#FFFFFF;font-size:12px;font-weight:normal;  text-decoration: none;}
.top:visited {color:#FFFFFF;font-size:12px;font-weight:normal;  text-decoration: none;}
.top:hover {color:#FFFFFF;font-size:12px;}
.top:active {color:#FFFFFF;font-size:12px;}

.side:link {color:#003366;font-size:12px;font-weight:bold;  text-decoration: none;}
.side:visited {color:#003366;font-size:12px;font-weight:bold;  text-decoration: none;}
.side:hover {color:red;font-size:12px;font-weight:bold;text-decoration: none;}
.side:active {color:red;font-size:12px;font-weight:bold;text-decoration: none;}

.text {	font-family: "宋体";font-size: 12px;font-style: normal;}
.textt {font-size: 14px;font-weight: bold;color:#FFFFFF}
.text2 {font-size: 14px;font-weight: normal;line-height:25px}
.title {font-size: 28px;font-weight: bold; color:#FF0000}
.time {font-family: "宋体";font-size: 12px;font-style: normal;color:#636163;}
.frombt {border-width: 0px 0px 0px 0px;font-size:12px;background-color: #D2F0FF;}
.textliu {font-size: 12px;font-style: normal;color:#000000;letter-spacing:5px}