h2
{
	font-weight: bold;
	color: #939ba1;
	font-size: 2em; /* 12×2=24 */
	line-height: 2em; /* 12×2=24 */
	margin: 0 0 8px 0;
}

h3
{
	font-weight: bold;
	color: #039;
	font-size: 1.5em; /* 12×1.5=18 */
	line-height: 1.83em; /* 12×1.83=22 */
}

h4
{
	font-weight: bold;
	color: #039;
	font-size: 1.33em; /* 12×1.33=16 */
	line-height: 1.67em; /* 12×1.67=20 */
}

h5
{
	font-weight: bold;
	color: #039;
	font-size: 1.17em; /* 12×1.17=14 */
	line-height: 1.5em; /* 12×1.5=18 */
}

h6
{
	font-weight: bold;
	color: #039;
	font-size: 1em; /* 12×1.17=14 */
	line-height: 1.25em; /* 12×1.5=18 */
}

p
{
	margin: 0 0 1em;
}

.title20
{
	color: #039;
	font-size: 1.67em; /* 12×1.67=20 */
	line-height: 2em; /* 12x2=24 */
	font-weight: bold;
}

.title18
{
	color: #039;
	font-size: 1.5em; /* 12×1.5=18 */
	line-height: 1.83em; /* 12×1.83=22 */
	font-weight: bold;
}

.title16
{
	color: #039;
	font-size: 1.33em; /* 12×1.33=16 */
	line-height: 1.67em; /* 12×1.67=20 */
	font-weight: bold;
}

.title14
{
	color: #039;
	font-size: 1.17em; /* 12×1.17=14 */
	line-height: 1.5em; /* 12×1.5=18 */
	font-weight: bold;
}

.subtitle
{
	color: #039;
	font-size: 1.17em; /* 12×1.17=14 */
	line-height: 1.5em; /* 12×1.5=18 */
	font-weight: bold;
}

.center
{
	text-align: center;
}

.error,
.required
{
	color: #C00;
}

ul.standard
{
	margin: 0 2.5em 1em;
	list-style: disc outside;
}

ol.standard
{
	margin: 0 2.5em 1em;
	list-style: decimal outside;
}

strong
{
	font-weight: bold;
}

.notbold
{
	font-weight: normal;
}

.small
{
	font-size: 0.825em; /* 12×0.825=10 */
}

.small-blue
{
	font-size: 0.825em; /* 12×0.825=10 */
	color: #039;
}