body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}
.pageTitle {
	font-size: 20px;
	font-weight: bold;
	color: #0099CC
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0099CC;
}
.response {
	font-size: 18px;
	font-weight: bold;
	color: #00CC00;
}
.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: 18px;
	color: #CC0000;
}
.remark {
	font-size: 10px;
}
a:link {
	color: #006587;
}
a:active {
	color: #006587;
}
a:visited {
	color: #0084B0;
}
.helpLink {
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}

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

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

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

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

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