@import url("../common/index.css");

h1 {
	margin:0;
	padding:25px 0 0 10px;
	background:fff;
	color:#2F6C91;
	font-size:20px;
	height:45px;
	width:790px;
}

table {
	width:600px;
	border-collapse:collapse;
}

table th {
	text-align:left;
}

table .title1 th,
table .title2 th,
table td {
	padding:2px;
	border:1px #036 solid;
	text-align:center;
}

table .title1 th {
	background-color:#D4E9FF;
}

table .title2 th {
	background-color:#DEF;
}



table td {
	background-color:#FCFCFC;
}
