html {
	height: 100%;
}
body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 10px;
	margin: 5px;
}
.moneyh {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px;
}
.moneyb {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	margin: 5px;
}
a.site {
	font-weight: bold;
	text-decoration: none;
}
a.site:link {
	color: #0000CC;
}
a.site:visited {
	color: #6600CC;
}
a.site:active {
	text-decoration: none;
}
a.site:hover {
	text-decoration: underline;
}
form {
	padding: 0px;
	margin: 0px;
}
input,textarea,select {
	font-size: 11px;
	border: 1px inset #cccccc;
	background-color: #f0f0f0;
}
.butt {
	background-color: #333333;
	border: 1px outset #cccccc;
	color: #f0f0f0;
	font-weight: bold;
	font-size: 10px;
	padding: 1px 7px 1px 7px;
}