/* CSS Document */
body {
	background: gray;
	font-family: Arial, Helvetica;
	text-align: center;
}
#OuterBorder {
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #444;
}
a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: underline;
}
.UpperNav a {
	display:block;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	color:white;
}
.UpperNav a:hover {
	color: yellow;
	text-decoration: none;
}
#BodyContent {
	padding: 30px;
	color: white;
	font-size: 16px;
}
#IntroPara {
	background: #069;
	border: #036;
	padding: 20px;
}
.FieldLabel {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: white;
}
.FieldData {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: black;
}
.Error {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: yellow;
}
