@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-image: url(images/header_new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: justify;
	margin-top:260px;
	margin-bottom: 25px;
}

#wrapper {
	width: 915px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	background-color: #FFF;
}
#wrapper #menu_items a {
	border: none;
}

#wrapper #menu_items img{
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 17px;
}





td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}
.hdr_cell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #355066;
	font-style: italic;
	text-shadow: 3px 3px 3px #ccc;
}
.hdr_cell_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #8A150E;
	font-style: italic;
	text-shadow: 3px 3px 3px #ccc;
}
.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: #88191B;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #88191B;
}
a:hover {
	border: none;
}
.input_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 150px;
}
.submit_btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	background-color: #eee;
	cursor: pointer;
	font-style: italic;
	border: 1px dashed #355066;
	padding: 10px;
	margin: 2px;
}
.submit_btn:hover {
	background-color: #FFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	margin: 0px;
}
.no_border {
	border: none;
}

