@charset "utf-8";
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 475px;
	text-align: justify;
}
td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	text-align: justify;
}
.hdr_cell {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #355066;
}
.hdr_cell_red {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #8A150E;
}
.sub_hdr_cell {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #4D4D4D;
}
.sub_hdr_cell_red {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #8A150E;
}

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


.menu_cell {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align: center;
	cursor: hand;
}
.menu_cell:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #8A150E;
}
.menu_cell a:hover {
	text-decoration: none;
}
.input_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 150px;
}
.submit_btn {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	background-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #355066;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	cursor: hand;
}
.submit_btn2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	background-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #8A150E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	cursor: hand;
}

