body {
	background: #333;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
}
#OuterBorder {
	border: 1px solid black;
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #FFC;
}
a {
	text-decoration: none;
	color: #070;
}
a:hover {
	text-decoration: underline;
}
.UpperNav a {
	display: block;
	font-size: 12px;
	color: white;
	background: black;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	width: 110px;
	text-decoration: none;
}
.UpperNav a:hover {
	background: #333;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	width: 110px;
	text-decoration: none;
	color: #FFC;
}
.UpperNav p {
	display: block;
	font-size: 12px;
	color: #FFC;
	background: #333;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	width: 110px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.MiddelBorder {
	background: url(../../images/CenterDividerBG.jpg);
	height: 36px;
}
#BodyContent {
	background: #FFC;
	color: black;
	font-size: 12px;
	padding: 15px;
}
.LowerNav {
	background: #666;	
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
	text-align: center;	
}
.LowerNav b {
	font-weight: bold;
	text-decoration: underline;
}
.LowerNav a {
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
}
.FormLabel {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}
.Label {
	text-align: center;
}
.Error {
	font-size: 18px;
	font-weight: bold;
	color: #900;
}
