.calc {
	background: #F2FBDE;
	border: 1px solid #9DCB3B;
	font: 83% verdana;
	color: #5E6363;
	border-collapse: collapse;
}
.calc_input {
	font: 100% verdana;
	color: #5E6363;
}
.calc_button {
	font: 83% verdana;
	color: #5E6363;
}
.sfont {
	font-family: verdana;
	font-size: 83%;
	color: #666;
}
.err{
	color: #CC0000;
	font-family: verdana;
	font-size: 83%;
}
TH {
	border: 1px solid #9DCB3B;
	background: #9DCB3B;
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
}
#tiplayer {
	font-family: verdana;
	font-size: 83%;
	position: absolute;
	width: 250px;
	padding: 4px;
	background: #FFFFE1;
	border: 1px solid #5E6363;
	z-index: 10;
	visibility: hidden;
}
#powered_by, #powered_by a{
	font: 11px verdana;
	margin-top: 15px;
	text-align: center;
	color: #BBBBBB;
}
.fill01 {background-color: #FFFFFF}
.fill02 {background-color: #F2FBDE}
#calcH1{
	font: bold 125% verdana;
	color: #595B70;
	text-align: center;
}
#calclist{font: 83% verdana}
#calclist li{margin-bottom: 6px}
a{color: #609231}
a:visited{color: #609231}
a:hover{color: #609231}
#pathway{
	font: bold 83% verdana;
	color: #609231;
	text-align: center;
}
#pathway a{
	font-weight: bold;
	text-decoration: underline;
}
#texttable{
	font: 83% verdana;
}

