
#defs p {
	font-weight: normal;
	margin-left: 40px;
	text-indent: -40px;
	}

#defs p:first-line  {
	font-weight: bold;
	color: #02255f;
	}

#calcs  li {
	margin: 10px 4px 10px 4px;
	}

#calcs li a {
	font-weight: bold;
	}


#withtable h3 {
	font-weight: bold;
	color: black;
	text-align: left;
	margin-bottom: 0;
	color: #02255f;
	}

#withtable table {
	border: 1px  double black;
	/* width: 80%;*/
	vertical-align: top;
	}

#withtable td {
	padding: 2px;
	text-align: right;
	border: 1px  solid black;
	}

#withtable th {
	padding: 2px;
	text-align: center;
	font-weight: bold;
	border: 1px  solid black;
	}

#withtable p {
	font-weight: bold;
	}

