* {
	margin: 0;
	padding: 0;
}

html {

}

body {
	font-family: Arial, sans-serif;
	font-size: 72.5%;
	background: #000099;
	text-align: center;
}

#a {
	background: #fff url(../img/bg_body.gif) repeat-y top left;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#b {
	background: url(../img/bg_logo.jpg) no-repeat top left;
	padding: 10px 10px 10px 123px;
	border-right: 20px solid #222;
	border-bottom: 20px solid #222;
	height: 400px;
	overflow: hidden;
}

#header {
	height: 93px;
	background: url(../img/banner_fbd.jpg) no-repeat top left;
	border-bottom: 20px solid #222;
}

#header span {
	display: none;
}

#menu {
	list-style: none;
	display: block;
	border-right: 20px solid #222;
	padding: 10px 0 3px 0;
	margin: 0 0 0 123px;
	color: #fff;
}

#menu li {
	display: inline;
	padding-right: 10px;
}

#menu li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	text-decoration: underline;
}

#status {
	position: absolute;
	top: 123px;
	right: 30px;
}

#status span {
	font-weight: bold;
}

#title {
	text-indent: -9999px;
	height: 40px;
	background: url(../img/company_database.gif) no-repeat bottom left;
}

#b p {
	margin-bottom: 10px;
}

.sub_title {
	background: url(../img/bg_sub_title.gif) repeat-x top left;
	margin-top: 8px;
	padding-top: 8px;
	margin-bottom: 4px;
	font-size: 1.5em;
	color: #222;
}

.form {
	background: #ff4e00;
	padding: 4px;
}

.form_row {
	background: #fff;
	padding: 2px;
	position: relative;
}

#keywords {
	background: #ff4e00;
	margin-bottom: 4px;
}

.form label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 1.2em;
}

.form select {
	width: 150px;
}

.textbox {
	width: 250px;
}

.checkbox {
	margin-bottom: 4px;
}

.checkbox input {
	margin-right: 4px;
}

.small {
	font-size: .8em;
	font-weight: normal;
}

.right {
	text-align: right;
}

.linklist {
	list-style: none;
}

.linklist li {
	margin-bottom: 4px;
}

.linklist a {
	font-size: 1.2em;
}
.login_form {
	width: 300px;
	margin-top: 10px;
}
.login_form fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}

.login_form legend {
	font-weight: bold;
}
.login_form label {
	display: block;
	float: left;
	width: 90px;
	font-size: .95em;
}
.login_form label {
	width: 120px;
}
.login_form .input {
	background: #fff;
	border: 1px solid #ccc;
	width: 186px;
}

.login_form .input_readonly {
	background: #eee;
	border: 1px solid #ccc;
	width: 186px;
}
.login_form .input {
	width: 156px;
}
.login_form .form_input {
	margin: 0 0 5px 0;
}
.results {
	border: 1px solid #222;
	border-width: 1px 0 0 1px;
	margin-bottom: 10px;
}
.results td, .results th {
	padding: 2px;
	border: 1px solid #222;
	border-width: 0 1px 1px 0;
}
.num_results {
	font-weight: bold;
}
a {
	color: #ff4e00;
}
h3 {
	margin-bottom: 5px;
}
em {
	font-weight: bold;
}