
body {
  background-color: white;
  font-family: Verdana;
  font-size: 12px;
  color: #4f4f4f;
  text-align: left;
}

a:link {
  color: #c83745;
  text-decoration: underline;
  text-align: left;
}
a:visited {
  color: #c83745;
  text-decoration: underline;
}
a:hover {
  color: #c83745;
  text-decoration: none;
}
a:active {
  color: #c83745;
  text-decoration: underline;
}

td#content-canvas {
  text-align: left;
}

td.submenu {
  background-color: #f5f6f4;
  padding: 25px 25px 25px 25px;
}

td.submenu a:link {
  line-height: 22px;
  color:#7b7b7b;
  text-decoration: underline;
}
td.submenu a:visited {
  line-height: 22px;
  color:#7b7b7b;
  text-decoration: underlin;
}
td.submenu a:hover {
  line-height: 22px;
  color:#7b7b7b;
  text-decoration: none;
}
td.submenu a:active {
  line-height: 22px;
  color:#7b7b7b;
  text-decoration: underlin;
}

td.content {
  padding: 25px 25px 25px 25px;
}

a.heading:link {
  color: #969595;
  text-decoration: underline;
}
a.heading:visited {
  color: #969595;
  text-decoration: underlin;
}
a.heading:hover {
  color: #969595;
  text-decoration: none;
}
a.heading:active {
  color: #969595;
  text-decoration: underlin;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  color: #4f4f4f;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  color: #666666;
}

hr {
  border: solid 0px black;
  background-color: #4f4f4f;
  height: 1px;
}

span.date {
  color: #a9a9b8;
  font-size: 10px;
}

img.project-image {
  margin-right: 17px;
  margin-bottom: 10px;
}

img.content-image {
  margin-right: 17px;
  margin-bottom: 10px;
}

td#footer-canvas {
  background-color: #cccdcb;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
  font-size: 10px;
  text-align: left;
}

td#footer-canvas a:link {
  color: white;
  font-size: 10px;
  text-decoration: underline;
}
td#footer-canvas a:visited {
  color: white;
  font-size: 10px;
  text-decoration: underlin;
}
td#footer-canvas a:hover {
  color: white;
  font-size: 10px;
  text-decoration: none;
}
td#footer-canvas a:active {
  color: white;
  font-size: 10px;
  text-decoration: underlin;
}

p.normal {
  font-weight: normal;
  font-size: 12px;
}

table.breadcrumb {
  margin: 0px 20px 15px 20px;
  font-family: Tahoma;
  font-size: 12px;
  color: #376364;
}

table.breadcrumb a:link {
  color: #376364;
  text-decoration: underline;
}
table.breadcrumb a:visited {
  color: #376364;
  text-decoration: underline;
}
table.breadcrumb a:hover {
  color: #376364;
  text-decoration: none;
}
table.breadcrumb a:active {
  color: #376364;
  text-decoration: underline;
}

img.project {
  border: solid 1px white;
}

span.breadcrumb-arrow {
  color: #9e2732;
}

span.project-name {
  font-size: 11px;
}

span.money-sign {
  color: #c83745;
  font-weight: bold;
}

span.error {
  color: red;
  margin-left: 10px;
}
