@charset "utf-8";
.item_head {
	font-size: 14px;
	font-weight: bold;
}
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	width: 500px;
	padding: 20px;
	border: thick solid #008CA8;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#Content {
	margin:0px auto;
	text-align:left;
	vertical-align: top;
	}


h1,h2,h3,h4,h5,h6{display:inline;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #008CA8;
}
h2 {
	font-size: 12px;
	text-transform: none;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
}
.item {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #008CA8;
}
.fnote {
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: #008CA8;
}
.reqnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}
input,textarea {
	border: thin solid #008CA8;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-decoration: underline;
	line-height: normal;
	font-size: 12px;
}
