a {
	color: #0000a0;
	text-decoration: none;
}
a:hover, a:active {
	color: #0000a0;
	text-decoration: underline;
}

body {
	margin: 0 auto;
	min-width: 768px;
	max-width: 1024px;
	background-image: url("images/common/footer_tile.jpg");
	background-color: #ffffff;
	background-position: bottom left;
	background-repeat: no-repeat;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	
	color: #000000;
}

body, p, td, input, select, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

em {
	font-weight: bolder;
	font-style: normal;
}

form table {
	border: thin solid #cbcbcc;
	padding: 10px;
}
form td {
	padding: 2px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #222022;
	text-align: left;
	
	padding: 0 75px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #222022;
	text-align: left;
	
	padding: 0 25px;
}

html {
	background-color: #eee;
}

img {
	max-width: 640px;
	max-height: 480px;
	background-color: #ebebee;
}

input, textarea {
	padding-left: 2px;
}
input, textarea, select, option {
	border-width: 1px;
	background-color: #ebebee;
	
	color: #111011;
}

p {
	max-width: 720px;
	text-align: left;
	font-size: 1.1em;
	text-indent: 10px;
	line-height: 125%;
}

strong {
	font-weight: bolder;
	font-size: 1.1em;
	line-height: 125%;
}

td {
	text-align: left;
}

ul {
	margin: 2px 10px;
	padding: 2px 10px;
	list-style-type: square;
	line-height: 150%;
}


.arrow {
	border: 0;
	vertical-align: middle;
	background-color: transparent;
}

.contents {
	min-height: 430px;
	max-width: 912px;
	border-left: thin dotted #cb0001;
	border-right: thin dotted #cb0001;
	margin: 0 25px;
	padding: 5px 25px;
	vertical-align: middle;
	text-align: center;
}

.dataentry {
	border: thin solid #cbcbcc;
	padding: 15px 5px;
}
.dataentry td {
	padding: 5px;
}

.disclaimer {
	padding-left: 20%;
	padding-right: 20%;

	text-align: center;
	font-size: .8em;
	color: #bebebe;
}

.error {
	border: thin solid #ff0000;
	padding: 10px;
	margin: 0 auto 10px;
	width: 175px;
	
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.footer {
	bottom: 0;
	height: 15px;
	padding-top: 26px;
	padding-bottom: 9px;
	background-image: url("images/common/footer.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	
	text-align: center;
	font-size: .9em;
	color: white;
}

.full_listing {
	border: thin solid #cbcbcc;
	padding: 10px;
	max-width: 320px;
}

.header {
	width: 100%;
	height: 190px;
	background-image: url("images/common/header_tile.jpg");
	background-color: #000080;

	text-align: center;
}
.header_img {
	width: 600px;
	height: 190px;
	top: 0;
	left: 0;
}

.icon {
	border: 0;
	vertical-align: middle;
	background-color: transparent;
}

.message {
	border: thin solid #00ff00;
	padding: 10px;
	margin: 0 auto 10px;
	width: 175px;
	
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

.navbar {
	position: absolute;
	top: 136px;
	left: 29%;
	margin-left: 240px;
}
.navbar a {
	color: white;
	text-decoration: none;
}
.navbar a:hover {
	color: white;
	text-decoration: underline;
}
.navbar td {
	width: 59px;
	height: 21px;
	background-image: url("images/common/button.jpg");
	background-color: #ffffff;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 9px 15px 18px 1px;
	
	vertical-align: middle;
	text-align: center;
}

.query_table {
	vertical-align: top;
	margin: 0 20px 0 10px;
	border: thin solid #ebebee;
	background-color: #ffffff;
	
	color: #111011;
}
.query_table td {
	background-color: #ebebee;
	padding: 2px 3px;
}
.query_table th {
	background-color: #dbdbdd;
	padding: 2px 3px;
}
.query_table tr {
	vertical-align: top;
}
.query_table tr:hover td {
        background-color: #ffe9bf;
}
