body, table {
	background-color: #ffe4e4;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

h1 {
  font-size: 14px;
  font-weight: bolder;
}

h2 {
  font-size: 12px;
}

h3, h4, h5, h6, h7 {
  font-size: 10px;
}

td {
	background-color: #ffffff;
	vertical-align: top;
}

th {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #7F0000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-color: #7F0000;
}

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

table.frame td.left {
	background-image: url(images/l.gif);
	background-repeat: repeat-y;
}

table.frame td.right {
	background-image: url(images/r1.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
}

table.form {
	font-weight: bold;
}

input {
	width: 160px;
	padding: 0px;
	margin: 0px;
}

select {
	width: 164px;
	padding: 0px;
	margin: 0px;
}

input.half {
	width: 76px;
	padding: 0px;
	margin: 0px;
}

input.checkbox {
	width: auto;
	padding: 0px;
	margin: 0px;
}

input.double {
	width: 328px;
	padding: 0px;
	margin: 0px;
}

select.half {
	width: 80px;
	padding: 0px;
	margin: 0px;
}

select.quarter {
	width: 38px;
	padding: 0px;
	margin: 0px;
}

textarea {
	width: 328px;
	height: 120px;
	padding: 0px;
	margin: 0px;
}

div.filler4 {
	width: 4px;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 14px;
}

.footer {
	padding-left: 10px;
}

.footer a {
	text-decoration: none;
	font-weight: normal;
}

.error {
	font-weight: bold;
	color: #cc0000;
}

#popup {
	border-width: 1px;
	border-style: solid;
	display: none;
	position: absolute;
	z-index: 200;
	left: 0px;
	top: 0px;
	width: auto;
}