﻿body {
	font-family: Verdana, Arial, sans-serif;
	color: #C0C0C0;
	background-color: #222222;
	font-size: 10pt;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}
td {
	font-family: Verdana, Arial, sans-serif;
	color: #C0C0C0;
	font-size: 10pt;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 10pt;
}
a:link {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}
ul {
	list-style-type: square;
	color: gray;
}
img {
	border-style: none;
}
.smalltext {
	font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}
/* CSS layout */
#page_header {
  width: 90%;
  position: fixed;
  top: 3px;
  left: 5px;
  text-align: left;
}
#page_flip {
  position: fixed;
  top: 4px;
  right: 3px;
  text-align: right;
}
#page_sizes {
  width: 99%;
  z-index: 2;
  position: fixed;
  top: 3px;  
  text-align: center;
}
#page_content {
  position: relative;
  top: 20px;
}
#page_footer {
  width: 99%;
  position: fixed;
  bottom: 3px;
  text-align: center;
}
a.info {
  position: relative;
  z-index: 24;
}
a.info:hover {
  z-index: 25;
}
a.info span {
  display: none;
  font-weight: normal;
  text-decoration: none;
}
a.info:hover span {
  display: block;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 22em;
  border: 1px solid black;
  background-color: #FFCC00;
  color: black;
  text-align: center;
  text-decoration: none;
}
