html {
  background-color: rgb(255,255,255);
}

body {
  font-family: Verdana, sans-serif;
  font-size: .7em;
  width: 760px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
  background-color: rgb(228,94,21);
}

div {
  line-height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0em;
  padding-right: 0em;
  background-color: rgb(255,255,255);
}

div#top {
  background-image: url("/images/logo.gif");
  background-repeat: no-repeat;
  padding-left: 140px;
  min-height: 70px; 
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.title {
  color: rgb(0,95,135);
  font-weight: bold;
  font-size: 2em;
}

.sub-title {
  color: rgb(109,146,129);
  font-weight: bold;
  font-size: 1.25em;
}

.heading {
  color: rgb(228,94,21);
  font-weight: bold;
  font-size: 1.25em;
}

.ums-blue {
  color: rgb(0,95,135);
}

.ums-orange {
  color: rgb(228,94,21);
}

.ums-green {
  color: rgb(109,146,129);
}

.red {
  font-weight: bold;
  color: rgb(224,0,0);
}

.green {
    color: rgb(43,162,9);
}

.grey {
  color: rgb(127,127,127);
}

table {
    border-collapse: collapse;
}

table.borderless {

}

table tr {
    background-color: rgb(255,202,145);
}

table.borderless tr {
    background-color: rgb(255,255,255);
}

table tr:hover {
    background-color: rgb(255,255,193);
}

table.no-hover tr:hover {
    background-color: rgb(255,202,145);
}

table.borderless tr:hover {
    background-color: rgb(255,255,255);
}

table th {
    text-align: left;
    vertical-align: top;
    font-family: Verdana, sans-serif;
    font-size: 1em;
    color: rgb(228,94,21);
    padding-left: 1em;
    background-color: rgb(255,255,255);
}

table th a {
    text-decoration: none;
    color: rgb(228,94,21);
}

table th a img {
    border: none;
}

table td {
    vertical-align: top;
    font-family: Verdana, sans-serif;
    border-width: 1px;
    padding-left: 1em;
    padding-right: 1em;
    border-style: solid;
    border-color: rgb(228,94,21);
}

table.borderless td {
    vertical-align: middle;
    font-family: Verdana, sans-serif;
    border: none;
    padding: 0em;
}


table td a {
    display: block;
    text-decoration: none;
    color: rgb(0,0,0);
}

hr {
  border: 0px;
  color: rgb(228,94,21);
  background-color: rgb(228,94,21);
  height: 1px;
}

input {
  font-family: Verdana, sans-serif;
}
