body
{
	background-image: url("/images/page/body.jpg");
	margin: 10px;

}

table, table td, textarea, form
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

td, p, h1, h2, form
{
	font-family: "Arial";
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
table.data td
{
	vertical-align: top;
	padding-right: 5px;
}

input, select, textarea
{
	background-color: #EEFFEE;
	border: 1px solid;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
input.button, input.submit
{
	line-height: 10px;
}
input.text, input.password
{
	height: 18px;
}
textarea
{
	height: 178px;
	width: 400px;
}
select{ font-size: 9pt; }

h1
{
	font-size: 18px;
	text-align: center;
}

h2
{
	font-size: 16px;
}