

 .fStyle
{
	background: #CEDDDD url("images/bigspotc-3a.gif");
	font: bold 14pt serif;
	text-align: center;
	border: 2px outset #CEDDDD;
}

 .fCell
{
	padding: 4px;
	margin: 0px;
	font: bold 10pt sans-serif;
	color: cadetblue;
	background-color: #b0d2d3;
}
 .fInput
{
	border: 2px inset #d0f2f3;
	background-color: aliceblue;
	font: normal 10pt monospace;
	color: cadetblue;
	text-align: right;
}
 .cInput
{
	border: 2px inset #d0f2f3;
	background-color: aliceblue;
	font: normal 10pt serif;
	color: cadetblue;
	text-align: left;
}
 .cOutput
{
	border: 2px solid #d0f2f3;
	background-color: aliceblue;
	font: normal 10pt serif;
	color: cadetblue;
	text-align: left;
}

 .cInput, .cOutput
{
  scrollbar-FACE-color: #b0d2d3;
  scrollbar-ARROW-color: #416a7d; 
  scrollbar-TRACK-color: aliceblue; 

  scrollbar-HIGHLIGHT-color: #d8dfe2; 
  scrollbar-3DLIGHT-color: mintcream; 

  scrollbar-SHADOW-color: #719a9d; 
  scrollbar-DARKSHADOW-color: #215269;
}



.bbutton 
{
cursor: hand;
text-align: center;
background-color: azure;
font: bold 8pt/8pt Arial Narrow;
color: #1d3057;
border: 3px double #b0d2d3;
}
.bhbutton 
{
cursor: hand;
text-align: center;
background-color: snow;
font: bold 8pt/8pt Arial Narrow;
color: #1d3057;
border: 3px groove azure;
}
.bdbutton 
{
cursor: hand;
text-align: center;
background-color: #b0d2d3;
font: bold 8pt/8pt Arial Narrow;
color: #1d3057;
border: 3px inset azure;
}


 .cButton 
{
  width: 200px;
  height: 30px;
  text-align: center;
  background: cadetblue; 
  border: 2px outset #b0d2d3; 
  font: bold 10pt/12pt sans-serif;
  color: snow;
}



