body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #643200;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #643200;
	text-align:center;
}


table {
	border-color: #966432 #643201 #643201 #966432;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #643200;
}

td, th {
	border-color: #966432 #966432 #966432 #966432;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #643200;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #c8c896;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #c8c896;
	color: #643200;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #643200;
}

.box1 {
	border-color: #966432 #643201 #643201 #966432;
	border-width: medium;
  border-style: ridge;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}


