body {
	background-color: #fff;
	color: #000;
	font-size: 100%;
	font-family: Tahoma, 'MS UI Gothic', sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.hidden {
	visibility: hidden;
}

.update {
	width: 90%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 1em;
}

.update h2 {
	font-size: 100%;
	font-weight: 700;
}

.update p.text {
	margin: 1em 0em;
	padding: 0px;
}

.update p.fol {
	text-align: center;
	border-top: dotted 1px #8866aa;
	margin: 1em 0em;
	padding-top: 5px;
}

.update p.rside {
	text-align: right;
	margin: 1em 0em;
	padding: 0px;
}

.update ul, ol {
	margin: 1em 0em;
	padding-left: 2ex;
	text-align: left;
	line-height: 160%;
}

.update dl,table {
	margin: 1ex 0em;
	padding: 0px;
	text-align: left;
}

.update dt {
	font-weight: 600;
	margin-top: 10px;
}

.update dt.border {
	line-height: 160%;
	margin-top: 0.3em;
	padding-top: 0.2em;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
}

.update dd {
	line-height: 160%;
}

.update legend {
	color: #aa77aa;
	font-weight: 700;
	margin: 0px;
	padding: 0px 0.5ex 0px 0.5ex;
}

.update input {
	border: solid 1px #777777;
}

.update textarea {
	border: solid 1px #777777;
}

.update input:focus {
	border: solid 1px #cccccc;
}

.update textarea:focus {
	border: solid 1px #cccccc;
}

.update fieldset.post {
	border: solid 1px #0000aa;
	margin: 1em 0em;
	padding: 0.5em 1em;
}

.update fieldset.post input {
	max-width: 100%;
}

.update fieldset.post textarea {
	min-width: 80%;
	max-width: 100%;
}
