
h1, h2, h3, h4 {
	color: #0A50A1;
}

h3 {
	font-size: 1.2em;
}

.PageContent {
	font-family: "Verdana", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  float: none;
  color: #000000;
}

.LeftNav {
	
}

.AccountTopNavigation {
  text-align: center;
	margin-bottom: 20px;
}

.AccountBottomNavigation {
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.AccountBottomNavigation div {
	float: left;
	text-align: center;
	width: 200px;
}

.Hidden {
	display: none;
}

.Required {
	color: red;
}