.hide {
	display:none;
}
a:link { 
	color: #005384;
	text-decoration: none; 
}
a:active { 
	color: #005384; 
	text-decoration: none; 
}
a:visited { 
	/*color: #1E3C59;*/ 
	color: #005384; 
	text-decoration: none; 
}
a:hover { 
	color: #990000; 
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin: 5px 0px 5px 0px;
	text-indent: 15px;
}
/*sub, sup {
	font-size: 80%;
	line-height: 0pt;
	margin-bottom: -3pt;
}
sub {
	vertical-align:-20%;
}*/
sup {
    font-size: 80%;
    vertical-align: baseline;
    position: relative;
    bottom: 4pt;
}
sub {
    font-size: 80%;
    vertical-align: baseline;
    position: relative;
    bottom: -3pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-top: 1em
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	border: 1px solid #336699;
	
}
.top-and-bottom-borders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/*used for hr */
#hr_line{
width:600px;
text-align:center;
height:5px;
border-top:#CCCCCC solid 1px;
}
/*
hr {
	border:0;
	height:1 px; 
	width: 100%;
}*/
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #336699;
	width: 600px;
	padding: 3px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
a.link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.link {
	color:#CCCCCC;
}
.supplement_cite {
	font-style: italic;
	text-align: right;
}
.journal_cite {
	font-style: italic;
	text-align: center;
}
.section_head {
	font-style:italic;
	font-weight:bold;
}
.acknowledgements {
	font-style:italic;
}
/* containers */
#main_box{
background:#FFFFFF;
width: 600px;
margin: 2px 0 0 2px;
padding:0;
}
#head_box{
background:#ffffff;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: italic;
padding: 5px;
border: 1px solid #336699;
margin:0;
}
body {
	margin-top: 0px;
	margin-left: 0px;
}
#logo {
	visibility:hidden;
	height:1px;
	width:1px;
	position:absolute;
	top:0px;
	left:-610px;
}
#logo img {
	height:1px;
	width:1px;
}
@media print {
#logo {
	visibility:visible;
	height:55px;
	width:600px;
	position:absolute;
	top:0px;
	left:0px;
}
#logo img {
	height:55px;
	width:600px;
}
p, h2, h3 {
	font-family:"Times New Roman", Times, serif;
}
h2 {
	padding-top:70px;
}
.links, .head {
	display: none;
}
}

