﻿html, body, h1, h2, h3, h4, h5, p, img
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#page
{
	height: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11pt;
	line-height: 145%;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

h1
{
	text-align: center;
	font-size: 1.7em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

h4, h5
{
	font-size: 1.0em;
}

.bottom_margin
{
	margin-bottom: 10px;
}

.right_align
{
	float: right;
	margin-left: 10px;
}

.image_block
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer
{
	margin-top: 10px;
	text-align: center;
	font-size: .8em;
}

table.volume_renderer_table
{
	width: 100%;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
}

table.volume_renderer_table th
{
	background-color: #008000;
	text-align: center;
}

table.volume_renderer_table td.date
{
	text-align: center;
}

table.volume_renderer_table td, table.volume_renderer_table th
{
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.equation
{
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.5em;
}