body { 
  font-family: Times, Verdana, Lucida, helvetica, sans-serif; 
  font-size: medium; 
  font-style: normal;
  background-color: silver; 
  vertical-align: top;
	left-margin: auto;
	right-margin: auto;
  text-align: left;
} 
#page-border {
	width: 770px;
	margin: 0 auto;
	background-color: #ffffff;
}
#page-head {
	width: 65%;
	height: 45px;
	float: left;
	margin: 0 0px;
	text-align: right;
	vertical-align: top;
	border: 0px;

}
#page-head-image {
	width: 25%;
	float: right;
	margin: 0 21px;
	text-align: right;
	vertical-align: middle;
	border: 0px;

}
#page-head {
	text-size: 12pt;
}
#page-body {
	margin: 0 21px;
	border: 0px;
	min-height: 400px;
	margin-bottom: 20px;
}

pre {
	background-color: #eeeeee;
	border: 1px dashed black;
	padding: 12px;
}
a {
  color: #ff3333;
  text-decoration: none;
}
a:link {
  color: #ff3333; 
} 
a:visited {
  color: #ff3333; 
} 
a:hover {
  color: #990000; 
  text-decoration: underline;
}
h1 {
	top-margin: 10px;
	font-size: 15px;
	color: #ff9900;
	text-decoration: underline;
	font-family: courier, verdana,sans-serif;
}
p {
	margin: 10pt;
	font-size: medium;
}
p.figurelegend {
	font-size: x-small;
	border: 1px solid black;
}
table { 
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-collapse: collapse;
	width: 100%;
	border: 0px solid gray;
}
table.narrow {
	width: 80%;
}
table.center { 
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
caption { 
  font-family: times,sans-serif; 
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: right;
	font-style: bold;
	font-size: small;
  color: gold; 
	background-color: maroon;
	caption-side: top
}
caption.center { 
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 800px;
}
tr { 
	border-bottom: 0px solid black;
	vertical-align: top;
}
tr.a { 
	background-color:  #eeeeee;
}
td { 
  font-size: small;
	border-left: 0px solid black;
	border-right: 0px solid black;
  color: black; 
	padding: 6px;
} 
td.menu {
	text-align: center;
	font-variant: small-caps;
	background-color: lightblue;
	font-size: 15px;
	border: 1px solid black;
}
td.selmenu {
	text-align: center;
	font-variant: small-caps;
	background-color: gray;
	font-size: 15px;
	border: 1px solid black;
}
td.title {
	font-style: bold;
}
td.author {
	font-style: italic;
}
td.small {
	font-size: x-small;
}
th { 
  font-size: x-small; 
	#font-variant: small-caps; 
  text-align: center;
	#padding: 3px;
  background-color: purple; 
  color: gold; 
	border-bottom: 1px solid black;
} 
div {
	width: 800;
	border-width: 1px;
	border-style: solid;  
	padding: 3px;
	font-family: verdana, helvetica, arial;
	margin:auto;
	z-index:1;
	font-size:10pt;
	font-style:normal;
}
div.submenu {
	border-color: #000077;
	background-color: #000077;
	color: #c4f9ff;
	font-weight:900;  
}
div.menu {
	border-color: #000000;
	background-color: #000000;
	color: #ffffff;
	font-weight:900;  
}
div.data {
	border-color: #264144;
	background-color: #ffffff;
	color: #264144;
	font-weight:500;  
}
h4 {
	color: white;
	background-color: black;
	padding: 2px;
	margin: 0em;
}
h5 {
	color: blue;
	margin: 0em;
}
circle {
	fill: none;
	stroke: blue;
	stroke-width: 2;
}     
circle.special {
	fill: #ffc;
	stroke: blue;
	stroke-width: 2;
	stroke-dasharray: 5 3
}     
#body {
#background: white;
#}
text {
	font-size: 40px;
}
.pointsel {
	fill: red;
}
.subpoint {
	font-size: 30;
	fill: blue;
}
.small {
	font-size: 30;
}
.xsmall {
	font-size: 20;
}
tspan.xsmall {
	font-size: 20;
	fill: blue;
}
rect {
	stroke: white;
	stroke-width: 10;
}
text.titlebox {
	fill: gold;
}
rect.titlebox {
	stroke: gray;
	fill: maroon;
	stroke-width: 10;
}
.thick {
	stroke-width: 4;
	stroke: black;
	fill: none;
}
text.object {
	fill: yellow;
	text-anchor: middle;
}
rect.object {
	stroke-width: 2;
	stroke: blue;
	fill: cyan;
}
text.action {
	fill: red;
	text-anchor: middle;
}
rect.action {
	stroke-width: 2;
	stroke: red;
	fill: black;
}
#nav {
	clear: left;
	background-color: #0c2c74;
	margin: 0 0px;
	height: 28px;
	padding: 0px;
	position: relative;
	text-align: left;
	z-index: 1;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	display: block;
	padding: 5px 13px 5px 13px;
	border-left: 1px solid #B7CDE1;
	height: 18px;
	position: relative;
	z-index: 5;
}
#nav li a {
	font-family: arial, franklin gothic medium;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	height: 18px;
}
#nav li div, 
#nav li ul, 
#nav li li {
	width: 145px;
}
#nav li div {
	position: absolute;
	left: 0px;
	top: 28px;
	padding: 0 0 0px;
	margin: 0;
	display: none;
}
#nav li ul {
	background-color: black;
	padding: 0 0 14px;
	margin: 0;
	display: table;
}
#nav li li {
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0px -10px;
	border-left: none;
	height: 30px;
}
#nav li li a {
	display: block;
	padding: 6px 15px 3px;
	margin: 0px 0px;
	text-transform: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
}
#nav li:hover div, #nav li.over div {
	display: block;
}
#nav li li:hover {
	background: none transparent;
}
#nav li li a:hover {
	text-decoration: none;
	background: #474747;
}
