﻿body,
td,
p,
li,
a {
  font-size: 11px;
  font-family: arial;
}

#tblResources {
  width: 920px;
  border-left: solid 1px #888; /* dotted 1px #c8c8c6 */
  border-top: solid 1px #888; /* #edf7f2; */
}

#tblResources td {
  vertical-align: top;
  border-right: solid 1px #888; /* dotted 1px #c8c8c6 */
  border-bottom: solid 1px #888; /* #edf7f2; */
  padding: 4px;
}

#tblResources div {
  padding: 4px;
}

#tblResources label {
  padding-top: 3px;
  padding-right: 3px;
  font-weight: bold;
}

#tblResources ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

#tblResources ul li {
  padding-top: 3px;
}

#tblResources ul li:before {
  content: "\00BB \0020";
}

#tblResources blockquote {
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.col1-even {
  width: 285px;
  background-color: #fff;
}

.col2-even {
  width: 380px;
  background-color: #fff;
}

.col3-even {
  width: 255px;
  background-color: #fff;
}

.col1-odd {
  width: 285px;
  background-color: #e0e0dd;
}

.col2-odd {
  width: 380px;
  background-color: #e0e0dd;
}

.col3-odd {
  width: 255px;
  background-color: #e0e0dd;
}

.bus_desc {
  overflow-y: visible; /* scroll */
  overflow-x: visible;
  height: auto; /* 175px */
}

.person_name {
  color: #000;
  white-space: nowrap;
}

.person_title {
  color: #000;
  white-space: nowrap;
}

.person_email {
  color: blue;
  text-decoration: underline;
  display: block;
}

