body {
	margin:0px;
	padding:0px;
	background-color:#233956;
	font-size: 12px;
	color: #8AEDFF;
}
a{
	text-decoration: none;
	font-size: 12px;
	color: #8AEDFF;
} /* 链接无下划线,有为underline */ 
a:link {
	font-size: 12px;
	color: #8AEDFF;} /* 未访问的链接 */
a:visited {text-decoration: none;
	font-size: 12px;
	color: #8AEDFF;} /* 已访问的链接 */
a:hover{text-decoration: none;
	font-size: 12px;
	color: #8AEDFF;} /* 鼠标在链接上 */ 
a:active {text-decoration: none;
	font-size: 12px;
	color: #8AEDFF;} /* 点击激活链接 */
  .blue{ font-size:12px;  color:#517AAF;}
  .green{font-size:12px;  color:#7BCC05;}
  .sea{font-size:12px;  color:#8AEDFF;}
  sea:link {
	font-size: 12px;
	color: #8AEDFF;} /* 未访问的链接 */
sea:visited {text-decoration: none;
	font-size: 12px;
	color: #8AEDFF;} /* 已访问的链接 */
sea:hover{text-decoration: none;
	font-size: 12px;
	color: #8AEDFF;} /* 鼠标在链接上 */ 
sea:active {text-decoration: none;
	font-size: 12px;
	color: #8AEDFF;} /* 点击激活链接 */
	.line{
	font-size:12px;
	color:#8AEDFF;
	line-height: 19px;
}
  line:link {
	font-size: 12px;
	color: #8AEDFF;
		line-height: 19px;} /* 未访问的链接 */
line:visited {text-decoration: none;
	font-size: 12px;
	color: #8AEDFF;
		line-height: 19px;} /* 已访问的链接 */
line:hover{text-decoration: none;
	font-size: 12px;
	color: #8AEDFF;
		line-height: 19px;} /* 鼠标在链接上 */ 
line:active {text-decoration: none;
	font-size: 12px;
	color: #8AEDFF;
		line-height: 19px;} /* 点击激活链接 */
  .sea_d{ font-size:12px;  color:#73C6DA;}
  .policy{ font-size:12px;  color:#8AEDFF;}
  .white{ font-size:12px;  color:#FFFFFF;}
  .main{ font-size:12px;  color:#C7CDD4; line-height:12px}
  .main_bl{font-size:12px;  color:#97C4FD; line-height:12px}
  .main_d{ font-size:12px;  color:#A4ACB7; line-height:12px}
  .menu{ font-size:12px;  color:#8E99A6; text-decoration:none}



  .input{
  		width:191px; height:21px;
		border-width:1px;
		border-style:solid;
		background-color:#223957;
		border-color:#537FB3;
		font-family:Tahoma; font-size:11px;  color:#C7CDD4; 
		padding-top:3px;
		padding-left:19px;
		}
		
  .input2{
  		width:313px; height:19px;
		border-width:1px;
		border-style:solid;
		background-color:#4F6178;
		border-color:#1F3552;
		font-family:Tahoma; font-size:11px;  color:#C7CDD4; 
		padding-top:3px;
		padding-left:1px;
		}

		.textarea{
		width:313px; height:95px;
		border-width:1px;
		border-style:solid;
		background-color:#4F6178;
		border-color:#1F3552;
		font-family:Tahoma; font-size:11px;  color:#C7CDD4; 
		padding-top:3px;
		padding-left:1px;
		overflow:auto;
		}