/*--------------整个文档左顶端对齐,背景为白色-----------------*/
body {
	margin: 0px;
	background-color: #ffffff;
	font-size: 12px;
}
/*--------------单元格细边框样式-----------------*/
td {
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 1pt;
}
.td_01{
background-color:#C8E4F0
}
.td_02{
background-color:#5BB7E6
}
.td_03{
background-color:#EFFAFE
}
.td_04{
background-color:#D2E8FD
}
/*--------------默认黑色链接-----------------*/

a:visited {  font-size: 12px; color: #000000; text-decoration: none}
a:hover {  font-size: 12px; color: #0066FF; text-decoration: underline}
a:link {  font-size: 12px; color:#000000; text-decoration: none}
a:active {  font-size: 12px; color:#000000; text-decoration: none}
/*--------------红色链接-----------------*/
.a1:visited {  font-size: 12px; color: #FF0000; text-decoration: none}
.a1:hover {  font-size: 12px; color: #333333; text-decoration: underline}
.a1:link {  font-size: 12px; color:#FF0000; text-decoration: none}
.a1:active {  font-size: 12px; color:#FF0000; text-decoration: none}
/*--------------白色链接-----------------*/
.a2:visited {  font-size: 12px; color: #FFFFFF; text-decoration: none}
.a2:hover {  font-size: 12px; color: #FFFFFF; text-decoration: underline}
.a2:link {  font-size: 12px; color:#FFFFFF; text-decoration: none}
/*--------------蓝色链接-----------------*/
.a3:visited {  font-size: 12px; color: #005C7E; text-decoration: none}
.a3:hover {  font-size: 12px; color: #005C7E; text-decoration: underline}
.a3:link {  font-size: 12px; color:#005C7E; text-decoration: none}


/*--------------输入文本框-----------------*/
.input01 {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
/*--------------文字的各种颜色-----------------*/
.tx_hui {
	color: #CCCCCC;
}
.tx_red {
	color: #FF0000;
}
.tx_black {
	color: #000000;
}
.tx_blue3 {
	color: #0000FF;
	font-size: 14px;
}
.tx_white {
	color: #FFFFFF;
}
.tx_blue2 {
	color: #005C7E;
}

/*--------------背景色-----------------*/
.bg01 {
	background-color: #EDEDED;
}
.table_blue {
	background-color: #5BB6E5;
}
.table_blue2 {
	background-color: #EFFAFE;
}
.table_blue3 {
    background-color:#8ED8FF;
}
