body {
	text-align: center;
	color:	#333333;
	font-size: 12px;
	font-family: sans-serif, Verdana, Helvetica, Arial;
	background-color: #333333;
}

form {
	margin: 0px;
}

input {
	ime-mode: disabled;
}

a {
	color: blue;
}

a:hover {
	color: #D85B10;
}

h2 {
	font-size: 16px;
	text-align: center;
	color: #783014;
}

#page {
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	border-top: 0px solid #E76D21;
	background-color: #FFFFFF;
}

#header {
	font-size: 0px;
	background: url(./images/JKMANheader.gif) no-repeat;
	background-color: #333333;
	height: 54px;
}

.HeaderLink {
	float: right;
	font-size: 13px;
	margin-right: 2px;
	margin-top: 24px;
	text-decoration: underline;
	font-weight: bold;
}
.HeaderLink a:link {
	color: white;
}
.HeaderLink a:visited {
	color: white;
}

#content {
	padding: 20px;
	padding-top: 80px;
	font-size: 12px;
	border: 10px solid #933;
	background: url(./images/JKMANtitle.gif) no-repeat;
    background-position: center 15px;
    background-color: #FFFFFF;
}

.Labels {
	clear: left;
	float: left;
	width: 12em;
	text-align: right;
	border: 0px solid #fff;
	font-size: 13px;
	padding: 6px;
}

.Fields {
	margin-left: 16em;
	margin-bottom: 5px;
	text-align: left;
	border: 0px solid #fff;
	font-size: 10px;
	padding: 4px;
}

.Fields-err {
	margin-left: 16em;
	margin-bottom: 5px;
	text-align: left;
	border: 0px solid #fff;
	font-size: 10px;
	padding: 4px;
    background-color: #f88;
}

.ErrorMessage {
	border: 0px solid #fff;
	color: #c33;
}

.ErrorBar { 
	color: #c33;
	text-align: center;
	font-size: 15px;
}

.AboutBox {
	float: right;
	clear: right;
	width: 17em;
	text-align: left;
	border: 0px solid red;
	background-color: #eee;
	padding: 4px;
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 1.2em;
}

.Title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #700B0B;
}

#footer {
	font-size: 11px;
	text-align: left;
	letter-spacing:1px;
	text-decoration:none;
	line-height: 20px;
	padding: 20px;
	border-top: 3px dotted #B7A8A6;
}

.Copyright {
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
	letter-spacing:1px;
	text-decoration:none;
}

p.indent { 
	text-indent: 7em;
}