﻿body{
	margin:0px; 
	padding:0px; 
	text-align:center;
	background-color:#f2f7fd;
	padding-top:2px;
	margin-bottom:20px;
}
body,td,th,input{
	font-size:12px;
	color:#215DC6;
	font-family: Arial, Helvetica, sans-serif;
}
a { font-size: 12px ; color:#215DC6; text-decoration:none; }
a:visited {	text-decoration: none;}
a:hover {	text-decoration: underline;}
a:active {	text-decoration: none;}

.a{border:1px outset;}
.fixed{	table-layout:fixed;	word-break:break-all;}

.list{ border:1px solid #75A9E3;  background-color:#FFFFFF; width:99%; margin:0px auto; margin-bottom:5px; }
.list th{ line-height:24px;background-image:url(images/title.gif); color:#215DC6; }

/*表单填写*/
.Form{ border:1px solid #75A9E3; border-collapse:collapse; background-color:#FFFFFF; width:99%; margin:0xp auto; margin-bottom:5px; }
.Form th{ height:24px; line-height:24px;background-image:url(images/title.gif); color:#215DC6; }
.Form td{border:1px solid #E0E0E0; }

.button{ background-image:url(images/title.gif); height:20px; line-height:20px; border:1px solid; width:80px;}
.input{ width:85%; table-layout:fixed;}
.red{color:red; font-weight:bold;}

