* {
  padding: 0;
  border: 0;
  margin: 0;
}

center {
  text-align: left;
}

html, body, input, table, p, td {
	color: #797069;
	font-size: 9pt;
	line-height: 12pt;
	font-family: verdana, helvetica;
}

body{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
select, input {
	border: 1px solid #8b7f73;
	color: #A0A0A0;
	font-size: 0.75 em;
	line-height: 1.7 em;
	font-family: verdana, helvetica;
	background-color:#FFFFFF;
}
input[type=text] {
}

input[type=button] {
	font-family: verdana, helvetica;
	font-weight: bold;
	cursor: pointer;
	font-size: 0.75 em;
	line-height: 1.7 em;
	background-color:#FFFFFF;
	color: #8b7f73;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-color: #8b7f73;
	border-style: dotted;
}

input[type=submit] {
}

input[type=password] {
}

input[type=checkbox] {
  border: 0px;
}

input[type=radio] {
  border: 0px;
}

a {
	color: #8b7f73;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-color: #8b7f73;
	border-style: dotted;
}
a.hover {
	color: #706153;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-color: #706153;
	border-style: dotted;
}