body {
	padding: 0px;
	margin: 0px 0px;
}

body, table {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

a {
	color: #DE8600;
	text-decoration: none;
}
a:hover {
	color: #B76D00;
	text-decoration: underline;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-weight: bold;
	color: black;
}
h1, .h1 { font-size: 18px; }
h2, .h2 { font-size: 15px; }
h3, .h3 { font-size: 13px; }
h4, .h4 { font-size: 11px; }

input.text, textarea {
	border: solid #6B6B6B 1px;
	padding: 1px 2px;
}

input.button {
	border: solid #6B6B6B 1px;
	padding: 1px 2px;
}

.formcaption {
	text-align: right;
	font-weight: bold;
	padding: 2px 4px;
}
.formfield {
	padding: 2px 4px;
}

table.pagetitle1 {
	border-bottom: dotted #868686 1px;
	width: 370px;
}

table.pagetitle {
	border-bottom: dotted #868686 1px;
	width: 100%;
}