/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */

body {

  background-color: #ffffff;
  border:0px;
  margin:10px;
  font-family: Verdana, Arial, sans-serif;
  font-size:11pt;
  font-weight:normal;
  color:#000000; 
}

/* Put a border on all generated images */

.image {
	border-width: 1;
	border-color: #333333;
	border-style: solid;
	margin: 5;
}

.nav {
	font-weight: bold;
	font-size: 26px;
}

table { margin:0px; }

td { margin:0px; }

b   { font-weight:bold; }

p   { 
  font-family: Verdana, Arial, sans-serif;
  font-size:11pt;
  font-weight:normal;
  color:#000000; }

blockquote {
  width: 200px;
  float: right;
  margin: 5px 5px 5px 5px;
  font: italic 14pt;
  font-family: Georgia, Times New Roman, serif;
  text-align: right; 
}

.o {}/* - in to help object codeing should be left empty- */

h1 { font-size:20pt; }
h2 { font-size:16pt; }
h3 { font-size:13pt; }

a {
  font-weight:bolder;
  color:#3399ff;
  text-decoration : none; }

a:hover {
  text-decoration:underline; }

a.h1 {
 font-size:20pt; }

a.h2 {
 font-size:16pt; }

a.h3 {
 font-size:13pt; }

ul { list-style-type: disc }
ul.circ { list-style-type: circle }

.tbar {
  color:#000000;
  padding: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }

a.tbar {
  color:#3399ff;
  text-decoration: none; }
a.tbar:hover { text-decoration: underline; }

.mhead {
  padding: 10px;
  font-size: 20pt; 
  font-weight: bold; }
a.mhead {
  color: #000000;
  text-decoration: none; }
a.mhead:hover {
  text-decoration: none; }

