

body, td
{
	margin: 0px;
	font-family: sans-serif;
	font-size: 10pt;
}

body a
{
	color: blue;
}

body .ul
{
	list-style: disc;
}

.body
{
	margin: 10px;
	text-align: center;
}

.nav
{
	background-color: #FAEBD7; /* AntiqueWhite; */
	text-align: center;
	padding: 5px 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}

.nav .title
{
	font-size: 14pt;
	padding-bottom: 5px;
	border-bottom: 1px dashed gray;
	margin-bottom: 5px;
}

.nav a
{
}

.nav .activelink
{
	color: black;
	text-decoration: none;
}

.box
{
	text-align: left;
	background-color: #F0F8FF; /* AliceBlue */
	border: 1px solid black;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 700px;
	margin: 0px auto;
	margin-bottom: 15px;
}

.box .title
{
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #C0C0C0;
	width: 300px;
	white-space: nowrap;
	margin-top: 15px;
	margin-bottom: 5px;
}

.boxhidden
{
	display: none;
}

.ctrtext
{
	text-align: center;
}

.ctrimage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.fieldname
{
	text-align: right;
	font-weight: bold;
}
