body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}
.pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #999999
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.response {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.textButton {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.textButton a:link {
	color: #000000;
	text-decoration: none;
}

.textButton a:visited {
	color: #000000;
	text-decoration: none;
}

.textButton a:active {
	color: #000000;
	text-decoration: none;
}

.formFieldTitle {
	font-size: 12px;
	font-weight: bold;
}
.formButton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.warning {
	font-size: 16px;
	color: #990000;
}
.remark {
	font-size: 10px;
}
a:link {
	color: #999999;
}
a:active {
	color: #990000;
}
a:visited {
	color: #999999;
}
.helpLink {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.helpLink a:link {
	color: #999999;
	text-decoration: none;
}

.helpLink a:visited {
	color: #999999;
	text-decoration: none;
}

.helpLink a:active {
	color: #999999;
	text-decoration: none;
}

.codeExample {
	font-family: "Courier New", Courier, mono;
}

.editorTitle {
	font-size: 18px;
	color: gray;
}
