P.quote {
  font-style : italic;
}

.ind {
  font-size: small;
  position: relative;
  margin-left : 1em;
}

.indutil {
  font-size: medium;
  position: relative;
  margin-left : 3em;
}

.nav {
  list-style-type: disc;
  margin-left : 8px;
  margin-top: 0; 
  margin-bottom: 0;
}

span.ind {
  margin-left : 3em;
  font-style : normal;
}

.navbar {
  color : #ffffff;
  background : #6699ff;
}

.loginbox {
  color : #000000;
  background : #ffd700;
}

.navbarutil {
  color : #000000;
  background : #ffffff;
}

.navsub {
  color : #ffffff;
  background : #6699ff;
  font-size: x-small;
  margin-left : 1em;
}

.footnote {
  font-size: x-small;
}

tr.even  td {
      background-color: #ffffff;
}

tr.odd td {
      background-color: #bbeebb;
}

.imageContainer { 
	font-size: 80%;
    font-family: Verdana, Arial, sans-serif;
    text-align: center; 
	width: 150px;
	height: 140px;
	float: left;
	padding-top: 1em;
	padding-bottom: 2em;
	padding-left: 2em;
	position: relative;
	overflow: visible;
}

.imageContainer .image { 
	position: absolute;
	bottom: 0px
}
