body,td,input,select {
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-decoration: none;
} 
.Fbutton {
	color: #FFFFFF;
	cursor:hand;
	background:#0d447f;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #0D4E95;
}
a:visited {
	text-decoration: none;
	color: #0D4E95;
}
a:hover {
	text-decoration: underline;
	color: #0D4E95;
}
a:active {
	text-decoration: none;
	color: #0D4E95;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	}

.style2 {font-weight: bold}	
.calc {
	background: #Eef3F9;
	border: 1px solid #8688A8;
	font: 83% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
	border-collapse: collapse;
}
.calc_input {
	font: 100% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
}
.calc_button {
	font: 83% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
}
.sfont {
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
	color: #666;
}
.err{
	color: #CC0000;
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
}
TH {
	border: 1px solid #8688A8;
	background: #e9f6fd;
	font: bold;
	padding: 3px;
	color: #373845;
	font-weight: bold;
}
#tiplayer {
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
	position: absolute;
	width: 250px;
	padding: 4px;
	background: #FFFFE1;
	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: #e9f6fd; }
