.calc {
	background: #D6D6D6;
	border: 1px solid #000000;
	font-family: arial;
	font-size:13px;
	color: #000000;
	border-collapse: collapse;
}
.calc_input {
	color: #000000;
}
.calc_button {
	color: #000000;
}
.sfont {
	color: #666;
}
.err{
	color: #000;
}
TH {
	border: 1px solid #000000;
	background: #D6D6D6;
	font-weight: bold;
	padding: 3px;
	color: #000000;
}
.tiplayer {
	position: absolute;
	width: 250px;
	padding: 4px;
	background: #D6D6D6;
	border: 1px solid #000000;
	z-index: 10;
	visibility: hidden;
}
#powered_by, #powered_by a{
	font: 11px arial,verdana,helvetica,lucida,sans-serif;
	margin-top: 15px;
	text-align: center;
	color: #BBBBBB;
}
.fill01 {background-color: #FFFFFF}
.fill02 {background-color: #FFFFFF}
#calcH1{
	font-size:16px;
	color: #000;
	text-align: center;
}
#calclist{font-family:arial; font-size:12px;}
#calclist li{margin-bottom: 6px}
a{color: #000}
a:visited{color: #000}
a:hover{color: #000}
#pathway{
	color: #000;
	text-align: center;
}
#pathway a{
	font-weight: normal;
	text-decoration: none;
}
#texttable{
	font:arial,verdana;
	font-size:12px;
}
