* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
}

h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #01407E;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
	margin: 0.5em 0 0 0;
}

ul, ol {
	font-size: 0.9em;
	background-color: #F1F1F1;
	line-height: 19px;	
	padding: 0.5em 2em;
	border-top: 0;
	border-right: 1px solid #ccc;
	border-bottom: 0;
	border-left: 1px solid #ccc;
	margin: 0 1em 1em 1em;
}

ul {
	list-style: circle outside;
}

ul a {
	  text-decoration: none;
	  color: #660033;
}

ul a:hover {
	  text-decoration:underline;
	  color:#663333;
}

table {
	font-size: .8em;
	margin: 9px 0 9px 9px;
	padding: 7px 7px 7px 7px;
	border: 1px dotted #cccccc;
}

p {
   line-height: 20px; 	
   text-align: justify; 
   padding: .625em 0 .1em 0; 
}

a {
	color:#3366FF;
}

a:hover {
	color: #666633;
	text-decoration: none;
}

hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 1em auto;
}

abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

#overall {
	width: 97%;
	padding: 9px; 
	margin-top: 13px;/**/
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
	border: 1px solid #cccccc;
	text-align: left;
}

.caption {
	font-size: 10px;
}

.photoCredit  {	
	font-size: 9px;
	padding-right: 55px;
	clear: both;
	color: #999;
}

/*
	First comment. Explorer 5 Mac misses the end-of-comment
	because of the backslash
\*/

.photoCredit {
	font-size: 9px;
	padding-right: 5px;
	display: block;
	text-align: right;
}

/* hack ends */

.rightFloat {
	float: right;
	margin: 5px 0 5px 5px;
}

.leftFloat {
	float: left;
	margin: 5px 5px 5px 0;
}

.topic {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	text-align:center;
	margin: 1em 0.95em 0 0.95em;
}


#toc {
	text-align: center;
	background-color: #E1E1E1;
	margin-bottom: 10px;
	padding: 3px 0 3px 0;
	border: 1px 0 1px 0 dashed #cccccc;
	font-size: 1.1em;
	font-weight: bold;
}

#toc a {
	text-decoration: none;
	color: #006566;
}
#toc a:hover {
	text-decoration: underline;
	color: #660031;
}

.numeral {
	font-family: "Times New Roman", Times, serif
}

#volumeIssue {
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	border: 1px #cccccc solid;
    background-color: #eaeaea; 
	padding: 0.5em; 
	clear: both; 
	margin: 0 3px;
	float: right;
}

.ecoDate {
	margin-left: 12em;
	color: #ccc;
}

.report {
	padding: 1.5em 0; border-bottom: 1px dotted #eaeaea;
}
