html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

.contents {
	text-align: left;
	border: #aaaaaa 1px solid;
	background: #efefef;
	padding: 2px;
	margin: 4px;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10px;
}

.contents p {
	padding: 0px;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10px;
}

.pages {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10px;
	background: #ddddff;
	border-top: 1px solid #26598f;
	border-bottom: 1px solid #26598f;
	padding: 2px;
	margin: 2px;
}


.nav {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10px;
	background: #DDF0FF;
	border-top: 1px solid #26598f;
	border-bottom: 1px solid #26598f;
	padding: 2px;
	margin: 2px;
}

.contents input, .contents textarea {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10px;
	line-height: 14px;
	background: #F2FAFF;
	border: 1px solid #26598f;
}
