body
{
	background-color: #000;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18 */
}

a:link,
a:visited
{
	color: #004ac5;
}

a:hover,
a:active
{
	color: #004ac5;
}

.clear_both
{
	clear: both;
	height: 1px;
}

h2
{
	font-weight: bold;
	color: #333;
	font-size: 1.5em; /* 12x1.5=18 */
	line-height: 1.33em; /* 12x1.33=16 */
	margin: 0 0 8px 0;
}

h3
{
	font-weight: bold;
	color: #333;
	font-size: 1.33em; /* 12x1.33=16 */
	line-height: 1.33em; /* 12x1.33=16 */
}

h4
{
	font-weight: bold;
	color: #333;
	font-size: 1.33em; /* 12x1.33=16 */
	line-height: 1.67em; /* 12x1.67=20 */
}

h5
{
	font-weight: bold;
	color: #333;
	font-size: 1.17em; /* 12x1.17=14 */
	line-height: 1.5em; /* 12x1.5=18 */
}

h6
{
	font-weight: bold;
	color: #333;
	font-size: 1em; /* 12x1=12 */
	line-height: 1.33em; /* 12x1.33=16 */
}

p
{
	margin: 0 0 1em;
}

.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;
}

.byline
{
	font-size: 0.825em; /* 12x0.825=10 */
	line-height: 1.17em; /* 12x1.17=14 */
}

.normal
{
	font-size: 1em; /* 12x1=12 */
}

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

.answer
{
	color: #662600;
}