body
{ 
	cursor: default;
	FONT-FAMILY: Verdana;
	background-color: #bbc3d8;
}
p
{
	TEXT-INDENT: 15px;
	MARGIN-TOP: 16px;
	MARGIN-BOTTOM: 0px;
}
input.mini
{
	BACKGROUND-COLOR: transparent;
	BORDER-STYLE: none; 
	cursor: pointer;
	cursor: hand;
	MARGIN: 0px; 
	PADDING: 0px; 
}
select
{
	height: auto;
	width: auto;
}
.ss
{
	cursor: pointer;
	cursor: hand;
	color: Blue;
	font-size: 10px;
	text-decoration: underline;
}
.hand
{
	cursor: pointer;
	cursor: hand;
}
.wait
{
	border-style: outset;
	border-width: thin;
}
.footnote
{
	cursor: default;
	overflow: auto;
	background-color: #fef8e8;
	border: tan thin ridge; 
	padding: 7px;
	margin: 0px;
	SCROLLBAR-BASE-COLOR: #f6e2ca;
	SCROLLBAR-ARROW-COLOR: #a89578;
	SCROLLBAR-SHADOW-COLOR: Bisque;
	SCROLLBAR-DARKSHADOW-COLOR: Tan;
}