body {
	background-color: #7997a1;
	background-image: url('img/z0_top_bg_fade.jpg');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,div,form,table,td{
	font: 11px/1.5em  Verdana, sans-serif;
	color: #583B00;
}

table{
	border-collapse: collapse;
}

A,A:visited{
	color: #583B00;
}
A:hover{
	text-decoration:none;
	color: #B6831D;
}

.error {
	color: red;
	size: 12px;
	font-weight: bold;

}
.hirtext{
	font-size: 12px;
}

h1 {
	text-transform: uppercase;
	border-bottom: 1px dotted #D19823;
	border-left: 3px solid #D19823;
	padding-left: 5px;
	color: #9F7010;
	font-weight: bold;
	font-size: 12px;
}

hr.sep{
	border: 0;
	border-bottom: 1px dotted #D19823;
	width: 100%;
	height: 0px;
	margin-bottom: 30px;
}
.indented{
	border: 0;
	margin-left: 15px;

}

input {
	border: 1px dashed #D19823;
	background-color: #FFD787;
	font: 10px/1.5em  Verdana, sans-serif;
	padding: 2px;
	margin: 2px;
	height: 20px;
}
textarea {
	border: 1px dashed #D19823;
	background-color: #FFD787;
	font: 10px/1.5em  Verdana, sans-serif;
	padding: 2px;
	margin: 2px;
}
input.submit {
	border: 1px solid #D19823;
	background-color: #FFD787;
	font: 10px/1.5em  Verdana, sans-serif;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	height: 20px;
}


.cell_main_mid{
	background-color: white;
	background-image: url('img/z1_midfill.jpg');
	background-repeat: no-repeat;
}
.hir{
	align: left;
}