body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 101%;
}

td {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

th {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

H1 {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	color: #6d0e00;
}

H2 {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ce5502;
}

A:link {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #6d0e00;
	text-decoration: underline;
}

A:visited {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #6d0e00;
	text-decoration: underline;
}

A:active {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #6d0e00;
	text-decoration: underline;
}

A:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #6d0e00;
	text-decoration: none;
}

.smtext {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

A.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

A.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

A.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

A.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

/* table.standard in some form */
table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}

table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	empty-cells: show;
	vertical-align: top;
}

table.standard th {
	color: #000000;
	background-color: #dcdcdc;
}

table.standard tr.alt td {
	background-color: #bbbbbb;
}

table.standard tr.highlighted td {
	background-color: #BDD1DC;
}

/* button styling */
.submit_button, input[type=submit], input[type=button], input[type=reset], button {
	font-family: Arial, helvetica, sans-serif;
	color: #ffffff;
	line-height: 20px;
	border: 2px solid #C89F4D;
	background-color: #EC661D;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding: 0px 1px 0px 1px;
}

td.field {
  padding: 5px;
}
