body {
	font-family: tahoma;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	overflow: hidden;
/*	border: 1px outset white;*/
	border: none;
	background-color: #F0F0F0;
}

p {
	font-family: tahoma;
	font-size: 8pt;
	text-align: justify;
}

table.maximum {
	width: 100%;
	height: 100%;
}

td.centered {
	text-align: center;
	vertical-align: middle;
}

table.calculator {
/*	border: 1px solid silver;*/
	background-color: #F0F0F0;
}

table.calculator td {
	padding: 0;
}

table.calculator td.label {
	font-family: tahoma;
	font-size: 8pt;
	text-align: left;
	padding-left: 10px;
}

table.calculator td.field {
	padding-right: 10px;
	font-family: tahoma;
	font-size: 8pt;
}

td.field input {
	font-family: tahoma;
	font-size: 8pt;
	text-align: right;
	border: 1px solid silver;
	background-color: white;
	padding: 0 10px;
	width: 100px;
}
td.field select {
	font-family: tahoma;
	font-size: 8pt;
	width: 100px;
}

table.calculator td.err {
	text-align: center;
	font-family: tahoma;
	font-size: 7pt;
	color: red;
}

table.calculator .err {
	font-family: tahoma;
	font-size: 7pt;
	color: red;
}

table.calculator td.buttons {
	text-align: center;
	font-family: tahoma;
	font-size: 7pt;
}

td.buttons input {
	font-family: tahoma;
	font-size: 7pt;
	padding: 1px 0 0 0;
	height: 18px;
	border-width: 1px;
	width: 70px;
}

td.buttons button {
	font-family: tahoma;
	font-size: 7pt;
	padding: 1px 0 0 0;
	border-width: 1px;
	width: 100px;
}

table.calculator td.result {
	padding-right: 10px;
	text-align: right;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
}

table.calculator td.title {
	padding: 10px;
	height: 40px;
	text-align: center;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
/*	border-bottom: 1px solid silver;
background-color: #E0E0E0;*/
}

li {
	font-family: tahoma;
	font-size: 8pt;
}

a {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: navy;
	text-decoration: underline;
}

a:visited {
	color: maroon;
}

table.results {
	border: 1px solid silver;
}

table.results th {
	font-family: tahoma;
	font-size: 8pt;
	background-color: #E0E0E0;
	border-bottom: 1px solid silver;
	padding: 0 20px;
}

table.results td {
	font-family: tahoma;
	font-size: 8pt;
	padding: 0 5px;
	text-align: right;
}

table.results td.label {
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

table.results td.field {
	/*border-right: 1px solid silver;*/
	padding: 0;
	text-align: center;
}

table.results input {
	width: 75px ! important;
}

span.result {
	font-weight: bold;
}

.bottomLine td {
	border-bottom: 1px solid silver;
}
