@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}
.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1F5183;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	margin-left: 20px;
	margin-right: 10px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	color: #FFFFFF;
}#csstable table {
	border:3px solid #1e6e0b;
	border-collapse:collapse;
	width:90%;
	margin:auto;
}
#csstable thead, #csstable tfoot {
	background-color:#ED1C23;
	border:1px solid #1e6e0b;
	color:#FFFFFF;
	font-weight: bold;
}
#csstable tbody {
background-color:#FFFFFF;
border:1px solid #1e6e0b;
}
#csstable th {
font-family:monospace;
border:1px dotted #1e6e0b;
padding:5px;
background-color:#EFF6FF;
width:25%;
}
#csstable td {
font-family:sans-serif;
font-size:100%;
border:1px solid #1e6e0b;
padding:5px;
text-align:left;
}
#csstable caption {
font-family:sans-serif;
}
.thead {
	background-color:#91aa1b;
	border:1px solid #1e6e0b;
	color:#FFFFFF;
	font-weight: bold;
}

