body {
	font-family: Arial,Verdana,Helvetica,'MS UI Gothic',sans-serif;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14px;
}

#header h1{
	color:#dff0df;
	font-size:28px;
	background-color:#336600;
	padding: 5px 10px;
	text-align:left;
}

#main {
	margin-bottom: 1em;
	padding: 10px 20px;
	border: 2px solid #669966;
	text-align:left;
}

#main h2 {
	color: #669966;
	border-bottom: 1px solid #669966;
	font-size:20px;
}

#footer{
	border-top:solid 3px #336600;
	text-align:right;
	font-style:italic;
	font-size:12px;
	color:gray;
}

#attention{
	font-size:10px;
	color:#999999;
	width:600px;
	padding:5px 20px;
	background-color:#fefefe;
	border:solid 1px #999999;
	text-align:left;
}

#attention strong{
	font-size:11px;
	margin-bottom:10px;
	border-bottom:solid 2px #999999;
	border-right:solid 2px #999999;
	line-height: 2;
}

.page_num{
	margin:5px 0px;
	background-color:#f9fff9;
	padding:2px;
	border:solid 1px #669933;
}

.static_table{
	table-layout: fixed; 
}

a:link{
	color:#006600;

}

a:hover{
	color:#006600;
	text-decoration: none;
}

a:visited{
	color:#006600;
}

table {
	border-collapse:collapse;
}

th {
	font-size:13px;
	background-color:#dff0df;
}

td, textarea {
	font-size:13px;
}
