 /* <html><head><meta name="robots" content="noindex"></head></html> */

body
{
	background-color: rgb(99%, 99%, 99%);
	margin-top: 24px;
	margin-right: 24px;
	margin-left: 24px;
}

h3
{
	text-align: left;
	color: #2d5c8a;
	font-size: medium;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	width: auto;
	background-color: #d1f5ff;
	border-bottom: 1px solid #369;
}

h4
{
	margin: 0;
	padding:0;
	color: #333;
	font-weight: bolder;
}

#contentText
{
	text-align: left;
	color: black;
	font-size: small;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-left: 14px;
}

#contentBox
{
	background-color: #e8f0f7;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: small;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-left: 14px;
	padding: 6px;
	border: solid 1px gray;
}


ul
{
	list-style: circle default;
	margin: 0;
	margin-left: 14px;
	padding: 0;
}
