body {
	background: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: center;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.OuterBorder {
	border: 1px solid black;
	background: white;
	text-align: center;
	font-size: 12px;
	width: 739px;
	margin-left: auto;
	margin-right: auto;
}
.GraySpacer {
	background: #C0C0C0 url('../../images/GraySpacer.jpg');
	font-size: 12px;
	width: 741px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
.UpperNav a {
	display: block;
	text-align: left;
	width: 242px;
	height: 24px;
	color: red;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	background-image:url('../../images/UpperNavButton.jpg');
	line-height: 25px;
}
.UpperNav a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.UpperNav p {
	display: block;
	text-align: left;
	width: 242px;
	height: 24px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-image:url('../../images/UpperNavButtonSel.jpg');
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 25px;
}
.Copyright {
	font-size: 9px;
	color: #555;
	padding-left: 10px;
	text-align: left;
}
.Copyright a {
	font-size: 9px;
	color: #555;
	text-decoration: none;
}
.Copyright a:hover {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
.Error {
	font-weight: bold;
	color: #900;
}
.FormLabel {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.FormData {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
.AvailableLoads td {
	font-size: 10px;
}
#ListKey {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid black;
	font-size: 10px;
}
#ListKey .FormLabel {
	font-size: 10px;
}
#ListKey .FormData {
	font-size: 10px;
}
