body
{
	background-image: url('/images/stamp.gif');
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-color: White;
}

body, td
{
	font-family:verdana;
	font-size:8pt;
	color:black;
}

a, a:links, a:visited, a:hover
{
	font-family:verdana;
	font-size:8pt;
	color:black;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}



input.field {
	border:solid 1px black;
	font-family:verdana;
	font-size:9pt;
	color:Black;
	width:260;
}

input.shortfield1 {
	border:solid 1px black;
	font-family:verdana;
	font-size:9pt;
	color:Black;
	width:60;
}

input.shortfield2 {
	border:solid 1px black;
	font-family:verdana;
	font-size:9pt;
	color:Black;
	width:167;
}

input.button {
	border:solid 1px black;
	font-family:verdana;
	font-size:9pt;
	color:Black;
	background-color:white;
	width:70;
}