html, body {
	background-color:white;
	margin:0;
	padding:0;
	font-family: helvetica,arial,verdana;
	font-size:10pt;
}

a {
	text-decoration:none;
	color:#336699;
}

a:hover {
	text-decoration:underline;
}


a.hilight {
	color:red;
}

ul {
	list-style-type:none;
	line-height:2em;
	text-indent:0;
	padding:0;
}

ul li {
	padding:0;
	text-indent:0;
}

h3 {
	display:block;
	color:#336699;
	text-align:left;
}

.left {
	display:block;
	text-align:left;
}

.return_loads_page {
	width:80%;
	margin:0 auto 0 auto;
}

.return_loads_page .header {
	position:relative;
	text-align:center;
	margin:10px;
	font-size:28pt;
	font-weight:bold;
	font-style:italic;
	color:#336699;
}

.return_loads_page .red_line {
	position:relative;
	border-width:0 0 2px 0;
	border-style:solid;
	border-color:#ff0000;
	margin: 0 0 8px 0;
}

.return_loads_page .blue_line {
	position:relative;
	border-width:0 0 2px 0;
	border-style:solid;
	border-color:#336699;
	margin: 0 0 8px 0;
}

.return_loads_page .google_ad {
	text-align:center;
}

.return_loads_page .ad_banner {
	text-align:center;
}

.return_loads_page .ad_banner img {
	border-style:none;
}

.return_loads_page .content {
	margin:10px 0px 10px 0px;
	text-align:center;
}

.return_loads_page .content table {
	border-collapse:collapse;
	text-align:left;
	width:100%;
}

.return_loads_page .content table tr {
	border-style:solid;
	border-width:1px;
	border-color:#888888;
}

.return_loads_page .content table td {
	padding:4px 4px 4px 4px;
}

.return_loads_page .content table .odd {
	background-color:#dedede;
}

.return_loads_page .content table .head {
	background-color:#dedeff;
	font-weight:bold;
}

.return_loads_page .content .map {
	display:inline;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	text-align:left;
}

.return_loads_page .content .map tr, .return_loads_page .content .regions tr {
	border-style:none;
}




.return_loads_page .content img {
	border-style:none;
}

.return_loads_page .nav {
	text-align:center;
	margin: 0 0 10px 0;
	font-weight:bold;
}

.return_loads_page .nav a:hover {
	text-decoration:underline;
}

.return_loads_page .footer_links {
	text-align:right;
}

.return_loads_page .footer_links a:hover {
	text-decoration:underline;
}

.return_loads_page .titlebar {
	padding:5px;
	background-color:#666666;
	color:white;
	font-weight:bold;
	font-size:11pt;
	text-align:center;
}

.return_loads_page .error_message {
	color:#ff0000;
	font-weight:bold;
	margin:10px;
	text-align:center;
}

.return_loads_page .content fieldset {
	position:relative;
	display:inline;
	text-align:left;

}

.return_loads_page .content label {
	float:left;
	text-align:right;
	width:120px;
	padding: 0 0.5em 0.5em 0;

}

.return_loads_page .content input,.return_loads_page .content select {
	margin: 0 0.5em 0.5em 0;
}

.error_label {
	font-weight:bold;
	color:red;
}

