html,
body {
	margin: 0px;
	padding: 0px;
	font-family: Univers, Helvetica, sans-serif;
	font-size: medium;
    @media only screen and (max-width: 768px) {
 		/* For mobile phones: */
    	font-size: calc(22px + 1.5vw);
  		}
	color: #000;
	background: #eee;
	}

.header {
	margin: 0em;
	margin-left: 4px;
	padding: 0em;
	height: 48px;
	background: #00558c;
	}

.main {
	margin-left: 1em;
	margin-right: 5em;
	padding-left: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	width: 45em;
	}

div.container {
	clear: both;
	width: 70em;
	}

div.left {
	width: 35em;
	float: left;
	}

div.right {
	float: right;
	width: 35em;
	}

div.rightsb {
	float: right;
	width: 25em;
	}

a:link {
	color: #0000cc;
	}

a:visited {
	color: #660099;
	}

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

h1 {
	color: #000066;
	font-size: 125%;
	font-weight: bold;
	font-family: Univers, Helvetica, sans-serif;
	} 

h2 {
	color: #000066;
	font-size: 120%;
	font-weight: bold;
	font-family: Univers, Helvetica, sans-serif;
	} 

h3 {
	color: #000066;
	font-size: 115%;
	font-weight: bold;
	font-family: Univers, Helvetica, sans-serif;
	} 

h4 {
	color: #000066;
	font-size: 100%;
	font-weight: bold;
	font-family: Univers, Helvetica, sans-serif;
	} 

h5 {
	color: #000066;
	font-size: 90%;
	font-weight: bold;
	font-family: Univers, Helvetica, sans-serif;
	} 

h6 {
	color: #000066;
	font-size: 100%;
	font-weight: bold;
	font-family: Univers, Helvetica, sans-serif;
	margin: 1em 0 -1em 0;
	} 

p {
	width: 40em;
	}

p.caption {
	width: 40em;
	font-size: 85%;
	}

p.fineprint {
	width: 40em;
	font-size: 85%;
	color: gray;
	}

p.short {
	width: 30em;
	}

p.half {
	width: 25em;
	}

p.sidebar {
	font-size: 85%;
	width: 25em;
	}

p.space {
	width: 5em;
	}

p.term {
	color: #000066;
	font-size: 85%;
	width: 10em;
	}

p.timestamp {
	font-size: 75%;
	}

th, td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: right;
	}
 