﻿body,
td,
p,
li,
a {
    font-size: 11px;
    font-family: arial;
}

#tblResources {
    width: 975px;
    border-left: dotted 1px #c8c8c6;
    border-top: solid 1px #473b63;
}

#tblResources td {
    vertical-align: top;
    border-right: dotted 1px #c8c8c6;
    border-bottom: solid 1px #473b63;
    padding: 4px;
}

#tblResources div {
    padding: 4px 4px 4px 24px;
    text-indent: -16px;
}

#tblResources label {
    color: #473b63;
    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: 300px;
    background-color: #fff;
}

.col2-even {
    width: 400px;
    background-color: #fff;
}

.col3-even {
    width: 275px;
    background-color: #fff;
}

.col1-odd {
    width: 300px;
    background-color: #e0e0dd;
}

.col2-odd {
    width: 400px;
    background-color: #e0e0dd;
}

.col3-odd {
    width: 275px;
    background-color: #e0e0dd;
}

.bus_desc {
    overflow-y: scroll;
    overflow-x: visible;
    height: 175px;
}

.person_name {
    color: #666;
}

.person_title {
    font-weight: bold;
    padding-left: 12px;
}

.person_email {
    color: blue;
    text-decoration: underline;
    padding-left: 12px;
}
