.matter_head {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.right_content, .right_content_noborder {
	float: right;
	height: 450px;
	width: 450px;
	border: thin solid #000000;
	position: relative;
	margin-right: 0%;
	margin-left: 7%;
}
.right_content_noborder {
	border:0px;
}
.right_content_small {
	float: right;
	height: 250px;
	width: 250px;
	border: 0px;
	position: relative;
	margin-right: 0%;
	margin-left: 7%;
}

.footnote {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	clear: both;
	width: 100%;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
}
.matter_nav {
	float: right;
	width: auto;
	position: relative;
	height: auto;
	clear: none;
	font-weight: bold;
}

.matter_subhead h2 {
	font-size: 1.2em;
	color: #990000;
}
.matter_subhead a {
	color: #0000FF;
	text-decoration: none;
}
.matter_subhead a:hover {
	text-decoration: underline;
}
.matter_start_nav {
	float: left;
	width: auto;
	position: relative;
	height: auto;
	clear: none;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
.matter_start_nav a {

	color: #0000FF;
	text-decoration: none;
}
.matter_start_nav a:hover {

	text-decoration: underline;
}
.text {
	margin-top: 5%;
	margin-right: 7%;
	margin-bottom: 5%;
	padding:5px;
}
.overline {
	text-decoration: overline;
}
