
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/* END RESET */

/* General rules */

body {

	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
	
	width:48em;
  margin-left:144pt;
	
	}

#alpha {
  margin-bottom: 24pt;
}

/* Hide non-print areas */
	
.noprint, #header, .browse, .context, #beta, #gamma, .subscriber-links {
	display: none;
	}

/* General typography */
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 0;
	}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 1em;
  margin-bottom: 1em;
	}

h2 {
	font-size: 1em;
	font-weight: normal;
  margin-top: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0em;
	}

p {
	/*line-height: 140%;*/
	margin-top: 0;
	margin-bottom: 1em;
	}

ol, ul {
	margin: 0;
	padding-left: 1em;
	margin-left: 1em;
	}
	
li	{
	list-style: square outside;
	}

code, pre {
	font-family: "Courier New", courier, monospace;
	}
	
/* General links */

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

/* General images */
	
img.left {
	display: inline;
	float: left;
	vertical-align: text-top;
	margin: 0 10pt 5pt 0;
	}

img.right {
	display: inline;
	float: right;
	vertical-align: text-top;
	margin: 0 0 5pt 10pt;
	}

img.main {
	display: inline;
	vertical-align: text-top;
	margin: 0 0 5pt 0;
	}

img.icon {
	display: none;
}

/* Tables */

table.info {
	border-top: 1pt solid #000;
	border-bottom: 1pt solid #000;
	margin-bottom: 25pt;
	}
	
caption {
	font-weight: bold;
	}

th {
	font-weight: bold;
	}

/* Copyright */
.ISSN .attribution {
  display: block;
}