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

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

table {
	border:2px solid #009;
	width:500px;
}

td,th {
padding:5px;
}

th {
	background:#009;
	color:#fff;
	font-weight:normal;
	border-bottom:1px solid #fff;
	width:80px;
}

td {
	border-bottom:1px solid #009;
}

.noborder {
	border-bottom:none;
}

img.folc_image {
	margin-top:20px;
	margin-left:120px;
}
