body {
	font-family: arial;
	font-size:12px;
	margin:0px;
	padding-left: 20px;
}

img {
	border:none;
}

table {
	font-size:12px;
}

table.output {
	/*border:1px solid #525252;*/
	width:683px;
}

table.output tr.results td {
	border-right:1px dotted #6E6E6E;
	padding:0 10px 0 10px;
	text-align:center;
}

table.output tr.results_new_year td {
	border-right:1px dotted #6E6E6E;
	padding:0 10px 0 10px;
	background-color: #FFE4CA;
	text-align:center;
}

table.output tr.results_intro_expire td {
	border-right:1px dotted #6E6E6E;
	padding:0 10px 0 10px;
	background-color: #FFD5D5;
	text-align:center;
}

table.output tr.results td.currency {
	border-right:1px dotted #6E6E6E;
	padding:0 10px 0 10px;
	text-align:right;
}

table.output tr.results_new_year td.currency {
	border-right:1px dotted #6E6E6E;
	padding:0 10px 0 10px;
	background-color: #FFE4CA;
	text-align:right;
}

table.output tr.results_intro_expire td.currency {
	border-right:1px dotted #6E6E6E;
	padding:0 10px 0 10px;
	background-color: #FFD5D5;
	text-align:right;
}

table.output tr.title td {
	background-color:#525252;
	color:#F2F2F2;
	font-weight:bold;
	padding:0 10px 0 10px;
	text-align:center;
}

table.output tr.summary td {
	/*border-top:3px double #6E6E6E;*/
	padding:10px;
}

table.output tr.summary td.interest {
	font-weight:bold;
	text-align:right;
	padding:0 10px 0 10px;
}


#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}
