body {
	font-family: Arial;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	text-align: center;
}
h1 {
	font-size: 15px;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
}
h3 {
	font-size: 17px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
a {
	color: black;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
.head_banner {
	height: 145px;
	text-align: center;
	background-color: #ffffff;
}
.menu_banner {
	height: 67px;
	background-image: url(menu_banner_bg.png);
	background-repeat: repeat-x;
	text-align: center;
}
.menu_buttons {
	height: 67px;
	width: 394px;
	text-align: center;
	margin: auto;
}
.menu_item {
	float: left;
	height: 67px;
	width: 189px;
	margin-left: 3px;
	margin-right: 3px;
}
.menu_item:hover {
	background-color: #18232c;
}
.content {
	background-color: #99b6cf;
}
.radiobox {
	width: 420px;
	text-align: left;
	margin: auto;
	padding-bottom: 10px;
}
.filebox {
	width: 500px;
	height: 20px;
	background-color: #8099ae;
	margin: auto;
	padding: 5px;
}
.sendbuttonbox {
	width: 510px;
	_width: 500px;
	height: 20px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.uploadingdiv {
	width: 500px;
	height: 20px;
	background-color: #8099ae;
	margin: auto;
	padding: 5px;
	display: none;
}
.searchbox {
	width: 500px;
	height: 20px;
	_height: 33px;
	background-color: #8099ae;
	margin: auto;
	padding: 5px;
	overflow: hidden;
}

.uploadedbox {
	width: 500px;
	height: 20px;
	background-color: #8099ae;
	margin: auto;
	padding: 5px;
}

.textbox {
	width: 500px;
	height: 16px;
	background-color: #8099ae;
	margin: auto;
	padding: 5px;
}



.searchinput {
	border: 1px solid #4b6b87;
	background-color: #ffffff;
	width: 400px;
	
}
.searchbutton {
	border: 1px solid #4b6b87;
	background-color: #ffffff;
	width: 70px;
	
}
.resulttable {
	width: 516px;
	text-align: left;
}
.resulttable a {
	text-decoration: none;
}
.resulttablerow {
	height: 20px;
}
td {
	font-size: 12px;
}
.footer {
	padding-top: 15px;
	_padding-top: 5px;
	background-color: #4b6b87;
	height: 28px;
	color: #ffffff;
	font-weight: bold;
}
.footer a {
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {
	text-decoration: underline;
}
