* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a {
	color: #007DB8;
	text-decoration: none;
}

a:hover {
	color: #007DB8;
	text-decoration: underline;
}

a:visited {
	color: #007DB8;
}

#topbanner_papers {
	width:100%;
	height:124px;
	text-align:center;
	background-color:#293E67;
	color:#fff;
	margin:0;
}
#topbanner_papers h1 {
	color:#fff;
	padding-top:50px;
}

#main_content {
	width:700px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#breadcrumbs {
	font-size: 0.7em;
	text-transform: uppercase;
	margin-top:0.8em;
	margin-bottom:0.8em;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom:0.8em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:0.8em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:0.8em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom:0.8em;
}


p, ul, ol {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom:0.8em;
}

ul, ol {
	margin-left:2em;
}

.footnotes {
	font-size: 0.7em;
	line-height: normal;
	margin-bottom:1em;
}