/*********************************************************************/
/* General */

a:link    { color: #004F8e; text-decoration: underline; font-weight: normal; }
a:visited { color: #004F8e; text-decoration: underline; font-weight: normal; }
a:hover   { color: #004F8e; text-decoration: none; font-weight: normal; }
a:active  { color: #004F8e; text-decoration: underline; font-weight: normal; }

/*********************************************************************/
/* Page elements */

/* Boxes */

div.box-content,
div.box-content-emph {
  line-height: 1.5em;
}

/* Tables */

td.body-text table {
  border-top: solid 1px #B8B9BD;
  border-right: solid 1px #B8B9BD;
}

td.body-text table thead td {
  font-weight: bold;
  background-color: #E8E7EC;
}

td.body-text table tbody td {
  background-color: #F9F9FA;
}

td.body-text table td {
  border-bottom: solid 1px #B8B9BD;
  border-left: solid 1px #B8B9BD;
  font-size: 70%;
}

