body {
	font-size: 12pt;
	margin: 30px 0px;
	padding: 0px;
	text-align: center;
  background-color: #FFFFFF;
}

#Content {
	margin: 0px auto;
	text-align: center;
	width: 780px;
}

#MenuFrame {
	position: relative;
	padding-top:4px;
  height: 90px;
  top: 0px;
  width: 750px;
  text-align: center;
}

#MainFrame {
	position: relative;
	margin:0px auto;
	padding:15px;
  width: 750px;
  height: 350px;
  top: 20px;
  left: 0px;
  text-align: center;
}

#CopyrightFrame {
	font-family: Courier New, Courier;
	font-size: 8pt;
	position: relative;
	padding-top:4px;
  height: 90px;
  top: 20px;
  width: 750px;
  text-align: center;
}

#PageTitle {
	margin-bottom: 15px;
}

.ReferenceItem {
	margin-bottom: 55px;
}

.RefUrlContainer {
	margin-top: 5px;
}

.hrblue {
	color: #0000FF;
}
